Commit 10941aa2 authored by Quentin Yeche's avatar Quentin Yeche
Browse files

fixed missing CMD and various inconsistencies

parent 424496c0
No related merge requests found
Showing with 2 additions and 3 deletions
+2 -3
......@@ -14,7 +14,6 @@ RUN useradd -m beyond &&\
# creating environment
ADD environment_jupyterhub.yml ${dest_yml}
RUN mamba env create --file ${dest_yml} --name ${env_name}
# setting up shell to use conda run
......
......@@ -8,7 +8,7 @@ ARG env_name=rs-notebooks
ADD *.ipynb /notebooks/
ADD sample.geojson /notebooks/
#adding user
# creating user
RUN useradd -m beyond &&\
chown -R beyond:beyond /notebooks
......@@ -33,4 +33,4 @@ WORKDIR /notebooks
# choosing new user as default
USER beyond
#CMD jupyter lab --ip 0.0.0.0 --no-browser --allow-root
CMD jupyter lab --ip 0.0.0.0 --no-browser
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment