Skip to content

Instantly share code, notes, and snippets.

@al102964
Created February 2, 2020 17:52
Show Gist options
  • Save al102964/2193c1b63c681f1336c798247bb6c16c to your computer and use it in GitHub Desktop.
Save al102964/2193c1b63c681f1336c798247bb6c16c to your computer and use it in GitHub Desktop.
Jupyter
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