pseudotheos
commited on
Commit
•
fb474b1
1
Parent(s):
99f5777
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use NVIDIA CUDA image as the parent image
|
2 |
-
FROM nvidia/cuda:
|
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
|