zhengr commited on
Commit
2dac9cb
·
verified ·
1 Parent(s): ebdf6e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,5 +1,8 @@
1
  FROM continuumio/miniconda3:23.10.0-1
2
 
 
 
 
3
  COPY . /opt/inference
4
 
5
  ENV NVM_DIR /usr/local/nvm
 
1
  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
  COPY . /opt/inference
7
 
8
  ENV NVM_DIR /usr/local/nvm