Created
February 2, 2020 17:52
-
-
Save al102964/2193c1b63c681f1336c798247bb6c16c to your computer and use it in GitHub Desktop.
Jupyter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM jupyter/datascience-notebook:9b06df75e445 | |
WORKDIR /home/jovyan/ | |
COPY requirements.txt requirements.txt | |
COPY ejemplo.ipynb ejemplo.ipynb | |
RUN pip install -r requirements.txt | |
EXPOSE 8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment