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
40466ddd
Commit
40466ddd
authored
Sep 10, 2020
by
Christian Salzmann-Jaeckel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'tensorflow' into 'master'
Changed dir to /jupyter-kernel See merge request
!13
parents
978bd772
bf3f87bf
Pipeline
#24632
passed with stages
in 3 minutes and 10 seconds
Changes
1
Pipelines
2
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 @
40466ddd
...
...
@@ -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