Spaces:
Build error
Build error
Hannes Kath commited on
Commit ·
dbd8478
1
Parent(s): a91a88c
change Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,7 @@ RUN git clone ${REPO_URL} /git_app
|
|
| 22 |
WORKDIR /git_app
|
| 23 |
|
| 24 |
# Change to the versio branch
|
| 25 |
-
|
| 26 |
|
| 27 |
# Install dependencies
|
| 28 |
RUN pip install --upgrade pip setuptools wheel
|
|
|
|
| 22 |
WORKDIR /git_app
|
| 23 |
|
| 24 |
# Change to the versio branch
|
| 25 |
+
RUN git checkout version
|
| 26 |
|
| 27 |
# Install dependencies
|
| 28 |
RUN pip install --upgrade pip setuptools wheel
|