Skip to content

Commit

Permalink
Switch to python 3.7 base
Browse files Browse the repository at this point in the history
- libsvm was failing to install due to an ascii codec error in python 3.5, so I switched from ubuntu base image to python 3.7
  • Loading branch information
dleehr committed Aug 22, 2019
1 parent a191846 commit 1fcded3
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,9 +1,8 @@
FROM ubuntu:xenial
FROM python:3.7
LABEL maintainer="dan.leehr@duke.edu"

RUN apt-get update && apt-get install -y \
git \
python3 python3-pip\
r-base

### Step 1: Install the worker and its dependencies
Expand Down

0 comments on commit 1fcded3

Please sign in to comment.