Spaces:
No application file
No application file
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
# Use an NVIDIA CUDA base image with CUDA 11.8 and Ubuntu 20.04
|
2 |
-
FROM mhamilton723/featup:latest
|
|
|
3 |
|
4 |
# Set a working directory
|
5 |
WORKDIR /app
|
|
|
1 |
# Use an NVIDIA CUDA base image with CUDA 11.8 and Ubuntu 20.04
|
2 |
+
# FROM mhamilton723/featup:latest
|
3 |
+
FROM ubuntu:latest
|
4 |
|
5 |
# Set a working directory
|
6 |
WORKDIR /app
|