Skip to content

Commit

Permalink
Updating Docker file to use Ubuntu 18.04 (#3059)
Browse files Browse the repository at this point in the history
this update uses ubuntu 18.04 and python3 

As the latest version PyTorch requires CUDA version > 10 -- which I have modified in the Makefile
  • Loading branch information
Jayanth-kumar5566 authored Apr 4, 2022
1 parent 075f921 commit a057568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG base_img=ubuntu:16.04
ARG base_img=ubuntu:18.04
FROM ${base_img}

# Optional args
ARG cuda=0
ARG python_version=2.7
ARG python_version=3
ARG pyro_branch=release
ARG pytorch_branch=release
ARG uid=1000
Expand Down

0 comments on commit a057568

Please sign in to comment.