We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ff117 commit b79a9d9Copy full SHA for b79a9d9
1 file changed
Dockerfile.cuda
@@ -16,8 +16,7 @@ ENV PATH="/app/venv/bin:$PATH"
16
17
RUN pip install --no-cache-dir torch torchvision torchaudio \
18
--index-url https://download.pytorch.org/whl/cu129 \
19
- && pip install --no-cache-dir -r requirements.txt
20
-FROM nvidia/cuda:12.9.2-cudnn-runtime-ubuntu24.04 AS runtime
+ FROM nvidia/cuda:12.9.2-cudnn-runtime-ubuntu24.04 AS runtime
21
22
ARG DEBIAN_FRONTEND=noninteractive
23
@@ -36,4 +35,4 @@ ENV PYTHONUNBUFFERED=1
36
35
ENV NVIDIA_VISIBLE_DEVICES=all
37
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
38
39
-ENTRYPOINT ["python3", "engine/main.py"] # ← change to your entrypoint
+ENTRYPOINT ["python3", "engine/main.py"]
0 commit comments