Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
Use official Python 3.5 image
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Dec 26, 2016
1 parent 4b9f917 commit 334143c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyter/datascience-notebook:latest
FROM python:3.5
USER root
RUN apt-get update && apt-get install -y \
build-essential \
Expand All @@ -8,7 +8,6 @@ RUN apt-get update && apt-get install -y \
unzip \
zlib1g-dev

USER jovyan
RUN pip install --upgrade pip
COPY requirements.txt ./
COPY setup ./
Expand Down

0 comments on commit 334143c

Please sign in to comment.