Skip to content

Commit

Permalink
Update installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhong3103 committed Feb 18, 2024
1 parent 6792a48 commit 3fab393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10
RUN sudo apt-get update \
&& sudo apt-get install -y libgl1-mesa-glx libgtk2.0-0 libsm6 libxext6
RUN apt-get update \
&& apt-get install -y libgl1-mesa-glx libgtk2.0-0 libsm6 libxext6
WORKDIR /home/app
RUN pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
COPY requirements.txt .
Expand Down

0 comments on commit 3fab393

Please sign in to comment.