zhengr commited on
Commit
0c986b3
·
verified ·
1 Parent(s): 209ff3f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM continuumio/miniconda3:23.10.0-1
2
 
3
  RUN apt update
4
  RUN apt install git
5
- RUN git clone https://github.com/xorbitsai/inference.git
6
  RUN cd inference
7
  WORKDIR inference
8
 
 
2
 
3
  RUN apt update
4
  RUN apt install git
5
+ RUN git clone https://github.com/zhengr/inference.git
6
  RUN cd inference
7
  WORKDIR inference
8