JcRolling commited on
Commit
6026158
1 Parent(s): a34964c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,9 +1,9 @@
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
7
 
8
  RUN adduser --disabled-password --gecos '' user
9
  RUN mkdir /content && chown -R user:user /content
 
1
  FROM ubuntu:22.04
2
  ENV DEBIAN_FRONTEND noninteractive
3
+ ENV COMMANDLINE_ARGS='--skip-torch-cuda-test --use-cpu=all --no-half'
4
 
5
  RUN apt-get update -y && apt-get upgrade -y
6
+ RUN apt install -y wget git python3 python3-venv ffmpeg libsm6 libxext6
7
 
8
  RUN adduser --disabled-password --gecos '' user
9
  RUN mkdir /content && chown -R user:user /content