Guest User

Untitled

a guest
Jan 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. FROM jupyter/scipy-notebook
  2.  
  3. # Install Tensorflow and PyTorch
  4. RUN conda install --quiet --yes \
  5. 'tensorflow=1.3*' \
  6. 'keras=2.0*' \
  7. 'pytorch=0.3' \
  8. 'torchvision' && \
  9. conda clean -tipsy && \
  10. fix-permissions $CONDA_DIR
Add Comment
Please, Sign In to add comment