Spaces:
Running
Running
Yash Chauhan
commited on
Commit
·
a06959c
1
Parent(s):
3af511d
[Updated] python image
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
-
FROM nvidia/cuda:12.1.1-devel-ubuntu22.04
|
3 |
|
4 |
# Set working directory
|
5 |
WORKDIR /app
|
|
|
1 |
+
FROM python:3.8-slim
|
|
|
2 |
|
3 |
# Set working directory
|
4 |
WORKDIR /app
|