fffiloni commited on
Commit
db6f172
1 Parent(s): 155c952

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ ENV HOME=/home/user \
38
  WORKDIR $HOME/app
39
 
40
  # Clone your repository or add your code to the container
41
- RUN git clone -b main https://github.com/Blizaine/AniPortrait $HOME/app
42
 
43
  # Install dependencies
44
  #COPY requirements.txt $HOME/app/requirements.txt
 
38
  WORKDIR $HOME/app
39
 
40
  # Clone your repository or add your code to the container
41
+ RUN git clone -b main https://github.com/fffiloni/AniPortrait $HOME/app
42
 
43
  # Install dependencies
44
  #COPY requirements.txt $HOME/app/requirements.txt