pseudotheos commited on
Commit
fb474b1
1 Parent(s): 99f5777

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use NVIDIA CUDA image as the parent image
2
- FROM nvidia/cuda:12.0.0-cudnn8-devel-ubuntu22.04
3
 
4
  # Set the working directory inside the container
5
  WORKDIR /app
 
1
  # Use NVIDIA CUDA image as the parent image
2
+ FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04
3
 
4
  # Set the working directory inside the container
5
  WORKDIR /app