Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
FROM ubuntu:22.04
|
2 |
ENV DEBIAN_FRONTEND noninteractive
|
3 |
-
ENV COMMANDLINE_ARGS
|
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
|