jgomezdans / geog_docker

Docker image for Geospatial Python teaching
GNU General Public License v3.0
4 stars 1 forks source link

Docker generation warning #15

Open profLewis opened 4 years ago

profLewis commented 4 years ago

When I run: docker build . --file Dockerfile --tag tmp I get a chgrp warning. Its non-fatal

Step 5/35 : RUN "${CONDA_DIR}/envs/${CONDA_ENV}/bin/python" -m ipykernel install --user --name="${CONDA_ENV}" && fix-permissions "${CONDA_DIR}" && fix-permissions "/home/${NB_USER}" ---> Running in cd232c3ceba9 Installed kernelspec uclgeog in /home/jovyan/.local/share/jupyter/kernels/uclgeog chgrp: changing group of '/home/jovyan/tmp': Operation not permitted chgrp: changing group of '/home/jovyan/tmp/environment.yml': Operation not permitted chmod: changing permissions of '/home/jovyan/tmp': Operation not permitted Removing intermediate container cd232c3ceba9

jgomezdans commented 4 years ago

Noticed it too, but since things worked, decided to ignore it. Is it an issue when mounting a local disk from host?

On Tue, 21 Jul 2020, 10:53 Professor Philip Lewis, notifications@github.com wrote:

When I run: docker build . --file Dockerfile --tag tmp I get a chgrp warning. Its non-fatal

Step 5/35 : RUN "${CONDA_DIR}/envs/${CONDA_ENV}/bin/python" -m ipykernel install --user --name="${CONDA_ENV}" && fix-permissions "${CONDA_DIR}" && fix-permissions "/home/${NB_USER}" ---> Running in cd232c3ceba9 Installed kernelspec uclgeog in /home/jovyan/.local/share/jupyter/kernels/uclgeog chgrp: changing group of '/home/jovyan/tmp': Operation not permitted chgrp: changing group of '/home/jovyan/tmp/environment.yml': Operation not permitted chmod: changing permissions of '/home/jovyan/tmp': Operation not permitted Removing intermediate container cd232c3ceba9

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jgomezdans/geog_docker/issues/15, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABCAKC7Z2OJAZA45WZH7L3R4VJRDANCNFSM4PDKU6AQ .