matthoffner commited on
Commit
880f5ab
·
1 Parent(s): a170260

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM nvidia/cuda:11.6.0-base-ubuntu20.04
2
  RUN export PATH="/usr/local/cuda/bin:$PATH"
3
  RUN apt update && \
4
- apt install --no-install-recommends -y build-essential python3 python3-pip wget curl igt && \
5
  apt clean && rm -rf /var/lib/apt/lists/*
6
 
7
  EXPOSE 8000
 
1
  FROM nvidia/cuda:11.6.0-base-ubuntu20.04
2
  RUN export PATH="/usr/local/cuda/bin:$PATH"
3
  RUN apt update && \
4
+ apt install --no-install-recommends -y build-essential python3 python3-pip wget curl && \
5
  apt clean && rm -rf /var/lib/apt/lists/*
6
 
7
  EXPOSE 8000