Skip to content
Snippets Groups Projects
Commit 40466ddd authored by Christian Salzmann-Jaeckel's avatar Christian Salzmann-Jaeckel
Browse files

Merge branch 'tensorflow' into 'master'

Changed dir to /jupyter-kernel

See merge request !13
parents 978bd772 bf3f87bf
Branches master
No related tags found
1 merge request!13Changed dir to /jupyter-kernel
Pipeline #24632 passed with stages
in 3 minutes and 10 seconds
......@@ -8,6 +8,7 @@ RUN apt update \
&& apt upgrade --assume-yes \
&& apt install -y make libgmp-dev libmpfr-dev libmpc-dev ppl-dev gnuplot ipython\
&& install --directory --owner=www-data --group=www-data --mode=0755 /var/www \
&& install --directory --owner=www-data --group=www-data --mode=0755 /jupyter-kernel \
&& rm -rf /var/cache/apt/*bin /var/cache/apt/archives/*deb /var/lib/apt/lists/*
......@@ -27,7 +28,7 @@ RUN chmod -R go-w /jupyter
# Set up defaults for running the service
EXPOSE 9001/tcp
USER www-data
WORKDIR /jupyter/local/
WORKDIR /jupyter-kernel
RUN python3 -m venv tensorflow \
&& . tensorflow/bin/activate \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment