Skip to content

Commit

Permalink
fix broken Dockerfile (missing wget)
Browse files Browse the repository at this point in the history
  • Loading branch information
favyen2 committed Feb 18, 2025
1 parent a4d4ebf commit a56c3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM pytorch/pytorch:2.5.0-cuda11.8-cudnn9-runtime@sha256:d15e9803095e462e351f097fb1f5e7cdaa4f5e855d7ff6d6f36ec4c2aa2938ea

RUN apt update
RUN apt install -y libpq-dev ffmpeg libsm6 libxext6 git
RUN apt install -y libpq-dev ffmpeg libsm6 libxext6 git wget

# Install rslearn.
# We use git clone and then git checkout instead of git clone -b so that the user could
Expand Down

0 comments on commit a56c3f5

Please sign in to comment.