Spaces:
Runtime error
Runtime error
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 https://github.com/zhengr/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 |
|