Skip to content

Commit bccb4ce

Browse files
authored
ASSIGN_IP = True
Change default to avoid unintentional errors as we don't have full infrastructure for IP-less runs yet.
1 parent 54b1896 commit bccb4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
MACHINE_PRICE = 0.20
2525
EBS_VOL_SIZE = 30 # In GB. Minimum allowed is 22.
2626
DOWNLOAD_FILES = 'False'
27-
ASSIGN_IP = 'False' # If false, will overwrite setting in Fleet file
27+
ASSIGN_IP = 'True' # If false, will overwrite setting in Fleet file
2828

2929
# DOCKER INSTANCE RUNNING ENVIRONMENT:
3030
DOCKER_CORES = 4 # Number of CellProfiler processes to run inside a docker container

0 commit comments

Comments
 (0)