Skip to content

Commit

Permalink
Updated CUDA and base OS version (#3060)
Browse files Browse the repository at this point in the history
* Updated CUDA and base OS version

* Updated the MakeFile 

To fix the issue of latest PyTorch version requiring CUDA > 9
  • Loading branch information
Jayanth-kumar5566 authored Apr 4, 2022
1 parent a057568 commit b62800e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.PHONY: help create-host-workspace build build-gpu run run-gpu notebook notebook-gpu

DOCKER_FILE=Dockerfile
BASE_IMG=ubuntu:16.04
BASE_CUDA_IMG=nvidia/cuda:9.1-cudnn7-devel-ubuntu16.04
BASE_IMG=ubuntu:18.04
BASE_CUDA_IMG=nvidia/cuda:11.5.0-cudnn8-runtime-ubuntu18.04
DOCKER_CMD=docker
DOCKER_GPU_CMD=nvidia-docker
HOST_WORK_DIR=${HOME}/pyro_docker
Expand Down

0 comments on commit b62800e

Please sign in to comment.