Skip to content

Commit 94b0eec

Browse files
committed
Fix dockerfile issue
1 parent bec28cf commit 94b0eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ ENV KMP_DUPLICATE_LIB_OK="True" \
11151115
# will cause pretty_errors to check if it is running in an interactive terminal
11161116
PYTHON_PRETTY_ERRORS_ISATTY_ONLY=1 \
11171117
# TODO: evaluate - Deactivate hdf5 file locking
1118-
HDF5_USE_FILE_LOCKING=False\
1118+
HDF5_USE_FILE_LOCKING=False
11191119

11201120
# Set default values for environment variables
11211121
ENV CONFIG_BACKUP_ENABLED="true" \

0 commit comments

Comments
 (0)