Skip to content

Commit

Permalink
Fix Dockerfile to use Python 3.7. (#579)
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Stella <lorenzostella@gmail.com>
  • Loading branch information
Jasper Schulz and lostella authored Jan 30, 2020
1 parent 42f512a commit f542207
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,4 +1,4 @@
FROM python:3
FROM python:3.7

ADD . /gluonts

Expand Down

0 comments on commit f542207

Please sign in to comment.