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