changed dockerfile

This commit is contained in:
2026-04-29 14:40:05 +02:00
parent 86ed766e27
commit ef1daa3183
3 changed files with 3 additions and 3 deletions
+2
View File
@@ -14,6 +14,8 @@ COPY . .
# Install Python dependencies
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
# Make sure the startup script is executable
RUN chmod +x start_server.sh