Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Darveivoldavara authored Jan 16, 2025
1 parent c96690e commit beb6507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.12-slim

WORKDIR /app

Expand All @@ -7,8 +7,8 @@ COPY /requirements.txt /app
RUN apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
RUN pip install \
--default-timeout=100 \
torch==2.0.1 \
torchvision==0.15.2 -f https://download.pytorch.org/whl/cpu/torch_stable.html \
torch==2.2.0 \
torchvision==0.17.0 -f https://download.pytorch.org/whl/cpu/torch_stable.html \
-r requirements.txt

COPY /app /app

0 comments on commit beb6507

Please sign in to comment.