yuntian-deng commited on
Commit
ae3da12
·
1 Parent(s): 4dfa41d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -11,6 +11,9 @@ WORKDIR /code
11
  COPY ./requirements.txt /code/requirements.txt
12
 
13
  # Install requirements.txt
 
 
 
14
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
15
 
16
  #RUN git clone https://github.com/da03/latent-diffusion.git
 
11
  COPY ./requirements.txt /code/requirements.txt
12
 
13
  # Install requirements.txt
14
+
15
+ RUN pip install pip==24.0
16
+
17
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
18
 
19
  #RUN git clone https://github.com/da03/latent-diffusion.git