Spaces:
Sleeping
Sleeping
add version
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,7 +30,7 @@ ENV PORT=7860 \
|
|
| 30 |
WORKDIR ${HOME}/mateo
|
| 31 |
|
| 32 |
# Clone the repository
|
| 33 |
-
RUN git clone https://github.com/BramVanroy/mateo-demo.git
|
| 34 |
WORKDIR mateo-demo
|
| 35 |
|
| 36 |
# Install Python dependencies with conditional torch installation
|
|
|
|
| 30 |
WORKDIR ${HOME}/mateo
|
| 31 |
|
| 32 |
# Clone the repository
|
| 33 |
+
RUN git clone --depth 1 --branch v1.4.0 https://github.com/BramVanroy/mateo-demo.git
|
| 34 |
WORKDIR mateo-demo
|
| 35 |
|
| 36 |
# Install Python dependencies with conditional torch installation
|