Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
gboeing committed Dec 29, 2024
1 parent 0647ba9 commit d4540a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ COPY --chmod=0755 ./README.md ./osmnx/

# install and configuration everything in one RUN to keep image tidy
RUN conda update --yes -c conda-forge --strict-channel-priority -n base conda mamba && \
mamba install --update-all --force-reinstall --yes -c conda-forge --strict-channel-priority --file ./osmnx/requirements.txt && \
mamba install --update-all --force-reinstall --yes -c conda-forge --strict-channel-priority --file ./osmnx/requirements-all.txt && \
python -m pip install --no-cache-dir -e ./osmnx/ && \
python -m ipykernel install --sys-prefix --name ox --display-name "Python (ox)" && \
rm -f -r -v /opt/conda/share/jupyter/kernels/python3 && \

0 comments on commit d4540a5

Please sign in to comment.