Skip to content

Commit

Permalink
Merge pull request #11 from uc-cdis/feat/py3
Browse files Browse the repository at this point in the history
fix(py): migrate to py3
  • Loading branch information
thanh-nguyen-dang authored Feb 14, 2020
2 parents 661bf82 + bf66d83 commit f71e641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# To check running container: docker exec -it tube-spark /bin/bash
FROM python:2-slim-stretch
FROM python:3.7-stretch

ENV DEBIAN_FRONTEND=noninteractive \
SPARK_VERSION="2.4.0" \
Expand Down

0 comments on commit f71e641

Please sign in to comment.