matthoffner commited on
Commit
6493d44
·
1 Parent(s): 27a727f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu20.04
3
  ARG DEBIAN_FRONTEND=noninteractive
4
 
5
  RUN apt update
6
- RUN apt install -y git python3 python3-pip
7
 
8
  EXPOSE 7860
9
 
 
3
  ARG DEBIAN_FRONTEND=noninteractive
4
 
5
  RUN apt update
6
+ RUN apt install -y git python3 python3-pip wget
7
 
8
  EXPOSE 7860
9