Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scipoptsuite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
docker
scipoptsuite
Commits
bf3f87bf
Commit
bf3f87bf
authored
Sep 10, 2020
by
Philipp Wellner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed dir to /jupyter-kernel
parent
978bd772
Pipeline
#24629
failed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
bf3f87bf
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment