Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
85zhanghao authored Oct 10, 2023
1 parent a447d14 commit 91e124f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
FROM pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime
FROM 85zhanghao/docker:v3.2.0
SHELL ["/bin/bash", "-c"]

RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y apt-utils wget unzip git
RUN pip install --upgrade pip
RUN pip install tqdm yacs>=0.1.8 timm>=0.5.4 numpy==1.21.5
RUN pip install timm einops

0 comments on commit 91e124f

Please sign in to comment.