zhengr commited on
Commit
59f3419
·
verified ·
1 Parent(s): 1ba60c5

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 /opt
6
 
7
  ENV NVM_DIR /usr/local/nvm
8
  ENV NODE_VERSION 14.21.1
 
2
 
3
  RUN apt update
4
  RUN apt install git
5
+ RUN git clone https://github.com/xorbitsai/inference.git /opt/inference
6
 
7
  ENV NVM_DIR /usr/local/nvm
8
  ENV NODE_VERSION 14.21.1