fffiloni commited on
Commit
33e1a47
1 Parent(s): 5b92c17

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ ENV HOME=/home/user \
23
  WORKDIR $HOME/app
24
 
25
  # Clone your repository or add your code to the container
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
 
23
  WORKDIR $HOME/app
24
 
25
  # Clone your repository or add your code to the container
26
+ RUN git clone https://github.com/google/style-aligned.git $HOME/app
27
 
28
  # Install dependencies
29
  RUN pip install --no-cache-dir -r requirements.txt gradio