Spaces:
Runtime error
Runtime error
Commit
·
617cfd5
1
Parent(s):
5ab2732
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -10,10 +10,10 @@ COPY ./requirements.txt /code/requirements.txt
|
|
10 |
# Install requirements.txt
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
12 |
|
13 |
-
RUN git clone https://github.com/
|
14 |
|
15 |
# Install latent-diffusion in editable mode
|
16 |
-
RUN pip install -e ./latent-diffusion
|
17 |
|
18 |
# Set up a new user named "user" with user ID 1000
|
19 |
RUN useradd -m -u 1000 user
|
|
|
10 |
# Install requirements.txt
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
12 |
|
13 |
+
#RUN git clone https://github.com/da03/latent-diffusion.git
|
14 |
|
15 |
# Install latent-diffusion in editable mode
|
16 |
+
#RUN pip install -e ./latent-diffusion
|
17 |
|
18 |
# Set up a new user named "user" with user ID 1000
|
19 |
RUN useradd -m -u 1000 user
|