JcRolling commited on
Commit
a34964c
·
1 Parent(s): c8e68cf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM ubuntu:22.04
2
  ENV DEBIAN_FRONTEND noninteractive
 
3
 
4
  RUN apt-get update -y && apt-get upgrade -y
5
  RUN apt install -y wget git python3 python3-venv
 
1
  FROM ubuntu:22.04
2
  ENV DEBIAN_FRONTEND noninteractive
3
+ ENV COMMANDLINE_ARGS=--skip-torch-cuda-test
4
 
5
  RUN apt-get update -y && apt-get upgrade -y
6
  RUN apt install -y wget git python3 python3-venv