Spaces:
Sleeping
Sleeping
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
|
| 2 |
FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime
|
| 3 |
|
|
|
|
|
|
|
| 4 |
# Install required system packages
|
| 5 |
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
| 6 |
|
|
|
|
| 1 |
|
| 2 |
FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime
|
| 3 |
|
| 4 |
+
ENV PYTHONUNBUFFERED=1
|
| 5 |
+
|
| 6 |
# Install required system packages
|
| 7 |
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
| 8 |
|