Spaces:
Sleeping
Sleeping
clone datasets repo
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -26,6 +26,9 @@ ARG REPO_URL="github.com/Jhsmit/instagibbs.git"
|
|
26 |
RUN --mount=type=secret,id=GITHUB_TOKEN \
|
27 |
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@${REPO_URL} instagibbs
|
28 |
|
|
|
|
|
|
|
29 |
# Install requirements
|
30 |
WORKDIR /app/instagibbs
|
31 |
RUN uv pip install -e .
|
|
|
26 |
RUN --mount=type=secret,id=GITHUB_TOKEN \
|
27 |
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@${REPO_URL} instagibbs
|
28 |
|
29 |
+
# clone the datasets repo
|
30 |
+
RUN git clone https://github.com/Jhsmit/HDX-MS-datasets
|
31 |
+
|
32 |
# Install requirements
|
33 |
WORKDIR /app/instagibbs
|
34 |
RUN uv pip install -e .
|