Skip to content

Commit

Permalink
Merge pull request #1076 from gboeing/docker
Browse files Browse the repository at this point in the history
fix docker image file permission
  • Loading branch information
gboeing authored Oct 18, 2023
2 parents ecfee9f + 941c75f commit dfa7226
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
Expand Up @@ -23,7 +23,7 @@ RUN mamba update --yes -c conda-forge --strict-channel-priority --no-banner -n b
ipython -c "import osmnx; print('OSMnx version', osmnx.__version__)"

# copy default jupyterlab settings, then set jupyter working directory to map to mounted volume
COPY overrides.json /opt/conda/share/jupyter/lab/settings/
COPY --chmod=0755 overrides.json /opt/conda/share/jupyter/lab/settings/
WORKDIR /home/jovyan/work

# set default command to launch when container is run
Expand Down

0 comments on commit dfa7226

Please sign in to comment.