fffiloni commited on
Commit
5b92c17
1 Parent(s): 4ad8213

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -26,8 +26,7 @@ WORKDIR $HOME/app
26
  RUN git clone https://github.com/fffiloni/style-aligned.git $HOME/app
27
 
28
  # Install dependencies
29
- RUN pip install --no-cache-dir -r requirements.txt gradio inversion
30
-
31
  COPY app.py .
32
 
33
  RUN find $HOME/app
 
26
  RUN git clone https://github.com/fffiloni/style-aligned.git $HOME/app
27
 
28
  # Install dependencies
29
+ RUN pip install --no-cache-dir -r requirements.txt gradio
 
30
  COPY app.py .
31
 
32
  RUN find $HOME/app