Spaces:
Build error
Build error
Updated Dockerfile to pull pre-built elungky/gen3c:latest image
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -14,7 +14,10 @@
|
|
14 |
# limitations under the License.
|
15 |
|
16 |
# Use NVIDIA PyTorch container as base image
|
17 |
-
FROM nvcr.io/nvidia/pytorch:24.10-py3
|
|
|
|
|
|
|
18 |
|
19 |
# Install basic tools and clean apt cache
|
20 |
RUN apt-get update && apt-get install -y git tree ffmpeg wget \
|
|
|
14 |
# limitations under the License.
|
15 |
|
16 |
# Use NVIDIA PyTorch container as base image
|
17 |
+
# FROM nvcr.io/nvidia/pytorch:24.10-py3
|
18 |
+
|
19 |
+
# This Dockerfile will simply pull your pre-built image and run it.
|
20 |
+
FROM elungky/gen3c:latest
|
21 |
|
22 |
# Install basic tools and clean apt cache
|
23 |
RUN apt-get update && apt-get install -y git tree ffmpeg wget \
|