Skip to content

Commit

Permalink
Fix bug version pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Oct 9, 2023
1 parent f459ac5 commit 8d613f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-search-engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY requirements.txt /app
RUN pip install --upgrade pip

# Download pytorch CPU
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
RUN pip install torch==2.0.1+cpu torchvision==0.15.2+cpu torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cpu

# Install the Python dependencies from requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 8d613f8

Please sign in to comment.