changed dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user