We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b23ccd commit 1a300f9Copy full SHA for 1a300f9
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvidia/cuda:12.4.0-devel-ubuntu22.04
+FROM nvidia/cuda:12.8.1-runtime-ubuntu22.04
2
3
# Set environment variables
4
ENV PYTHONDONTWRITEBYTECODE=1
@@ -33,4 +33,4 @@ RUN mkdir -p model_cache reference_audio outputs voices
33
EXPOSE 8003
34
35
# Command to run the application
36
-CMD ["python3", "server.py"]
+CMD ["python3", "server.py"]
0 commit comments