Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|