Skip to content

Instantly share code, notes, and snippets.

@tracek
Created April 29, 2019 06:59
Show Gist options
  • Save tracek/44ab85770e36a59afd91775e7d4949b0 to your computer and use it in GitHub Desktop.
Save tracek/44ab85770e36a59afd91775e7d4949b0 to your computer and use it in GitHub Desktop.
# For Khaned
FROM jupyter/base-notebook
USER $NB_UID
RUN pip install --yes ----no-cache-dir jupyter numpy matplotlib pandas pulp
COPY FooD_Kind.csv [destination]
COPY task_4kind.ipynb [destination]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment