We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee738c commit 1682b34Copy full SHA for 1682b34
1 file changed
docker/Dockerfile
@@ -16,7 +16,7 @@ RUN conda install matplotlib numpy ipywidgets -y
16
RUN pip install mdtraj
17
18
COPY --chown=1000:100 . .
19
-RUN rm -r AUTHORS LICENSE README.md docker .git .github && \
+RUN rm -rf AUTHORS LICENSE README.md docker .git .github && \
20
mv equilT.png equilt.png
21
22
# Copy lab workspace
0 commit comments