Skip to content

Commit 22b805b

Browse files
committed
fix text file busy error while building docker (conda)
1 parent c817829 commit 22b805b

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
@@ -175,7 +175,7 @@ RUN conda config --add channels conda-forge --add channels intel && \
175175
chmod +x /usr/local/miniconda/bin/* && \
176176
conda config --set always_yes yes --set changeps1 no && \
177177
conda update -q conda && \
178-
chmod +x /usr/local/miniconda/bin/* && \
178+
chmod +x /usr/local/miniconda/bin/*; sync && \
179179
conda install -y mkl=2017.0.1 \
180180
numpy=1.11.2 \
181181
scipy=0.18.1 \

0 commit comments

Comments
 (0)