supercyx3 commited on
Commit
734add8
·
1 Parent(s): 0a46301

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11
2
  RUN apt update
3
  RUN apt install git
4
- RUN git clone https://github.com/renqabs/img_test.git
5
  WORKDIR "img_test"
6
  RUN pip install -r requirements.txt
7
  EXPOSE 7860
 
1
  FROM python:3.11
2
  RUN apt update
3
  RUN apt install git
4
+ RUN git clone https://github.com/supercyx3/img_test.git
5
  WORKDIR "img_test"
6
  RUN pip install -r requirements.txt
7
  EXPOSE 7860