changed dockerfile

This commit is contained in:
2026-04-29 14:46:14 +02:00
parent a8bff8ecbc
commit c31abed2f0
+1 -1
View File
@@ -20,4 +20,4 @@ RUN pip install torch torchvision torchaudio --index-url https://download.pytorc
RUN chmod +x start_server.sh RUN chmod +x start_server.sh
# Use the script as the container entrypoint # Use the script as the container entrypoint
ENTRYPOINT ["./start_server.sh"] ENTRYPOINT ["bash", "./start_server.sh"]