Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
nanahira
Jupyter Docker Stacks
Commits
78661134
Commit
78661134
authored
Sep 05, 2017
by
jakirkham
Committed by
GitHub
Sep 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #456 from parente/add-keras-stack
Add keras
parents
16e6d72c
bf0111ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
tensorflow-notebook/Dockerfile
tensorflow-notebook/Dockerfile
+3
-1
tensorflow-notebook/README.md
tensorflow-notebook/README.md
+1
-1
No files found.
tensorflow-notebook/Dockerfile
View file @
78661134
...
...
@@ -5,6 +5,8 @@ FROM jupyter/scipy-notebook
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
# Install Tensorflow
RUN
conda
install
--quiet
--yes
'tensorflow=1.0*'
&&
\
RUN
conda
install
--quiet
--yes
\
'tensorflow=1.3*'
\
'keras=2.0*'
&&
\
conda clean
-tipsy
&&
\
fix-permissions
$CONDA_DIR
tensorflow-notebook/README.md
View file @
78661134
...
...
@@ -5,7 +5,7 @@
## What it Gives You
*
Everything in
[
Scipy Notebook
](
https://github.com/jupyter/docker-stacks/tree/master/scipy-notebook
)
*
Tensorflow for Python 3.x (without GPU support)
*
Tensorflow
and Keras
for Python 3.x (without GPU support)
## Basic Use
...
...
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