Spaces:
Sleeping
Sleeping
Commit
·
7930882
1
Parent(s):
40b98a2
debug
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ RUN conda env create -f /code/environment.yml
|
|
8 |
|
9 |
# install pip packages to the gradio environment
|
10 |
RUN conda run -n gradio pip install --upgrade pip
|
11 |
-
RUN conda run -n gradio diffusers["torch"] transformers accelerate xformers
|
12 |
RUN conda run -n gradio pip install gradio
|
13 |
|
14 |
# Set the environment variable to use the gradio environment by default
|
|
|
8 |
|
9 |
# install pip packages to the gradio environment
|
10 |
RUN conda run -n gradio pip install --upgrade pip
|
11 |
+
RUN conda run -n gradio pip install diffusers["torch"] transformers accelerate xformers
|
12 |
RUN conda run -n gradio pip install gradio
|
13 |
|
14 |
# Set the environment variable to use the gradio environment by default
|