Skip to content

Commit e81031f

Browse files
authored
Move utilities.py to Python 3.13 site-packages
Update the path for utilities.py to Python 3.13.
1 parent 6e967c7 commit e81031f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN pip install mdtraj mdplus
1414

1515
# Get workshop files and move them to jovyan directory.
1616
COPY --chown=1000:100 . .
17-
RUN mv utilities.py /opt/conda/lib/python3.12/site-packages/utilities.py && \
17+
RUN mv utilities.py /opt/conda/lib/python3.13/site-packages/utilities.py && \
1818
rm -rf AUTHORS LICENSE README.md docker .git .github
1919

2020
# Copy lab workspace

0 commit comments

Comments
 (0)