Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
pydatasci
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zoe-apps
pydatasci
Commits
29871af2
Commit
29871af2
authored
Oct 03, 2018
by
Daniele Venzano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add compiler to let users install pip packages that need compilation
parent
bce891a2
Pipeline
#10692
failed with stages
in 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Dockerfile
pydatasci-gpu/Dockerfile
+1
-1
Dockerfile
pydatasci/Dockerfile
+2
-0
No files found.
pydatasci-gpu/Dockerfile
View file @
29871af2
...
...
@@ -11,7 +11,7 @@ RUN wget http://developer.download.nvidia.com/compute/machine-learning/repos/ubu
RUN
apt-get update
&&
\
apt-get
-y
install
cuda9.0 cuda-cublas-9-0 cuda-cufft-9-0 cuda-curand-9-0
\
cuda-cusolver-9-0 cuda-cusparse-9-0
libcudnn7
=
7.1.4.18-1+cuda9.0
\
libnccl2
=
2.2.13-1+cuda9.0 cuda-command-line-tools-9-0
&&
\
libnccl2
=
2.2.13-1+cuda9.0 cuda-command-line-tools-9-0
build-essential
&&
\
apt-get clean
RUN
pip
install
--upgrade
pip
\
...
...
pydatasci/Dockerfile
View file @
29871af2
...
...
@@ -23,6 +23,8 @@ RUN pip install --upgrade pip \
torch
==
0.4.1
\
torchvision
RUN
apt-get
-y
install
build-essential
&&
apt-get clean
COPY
start_notebook.sh /usr/local/bin/start_notebook.sh
RUN
chmod
755 /usr/local/bin/start_notebook.sh
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