Spaces:
Sleeping
Sleeping
charbelmalo
commited on
Commit
·
7edc646
1
Parent(s):
8d5a0fc
trying dynalinking
Browse files- .DS_Store +0 -0
- Dockerfile +4 -0
- app +1 -0
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
Dockerfile
CHANGED
@@ -15,6 +15,10 @@ ENV PYTHONUNBUFFERED=1
|
|
15 |
# Set the working directory
|
16 |
WORKDIR /app
|
17 |
|
|
|
|
|
|
|
|
|
18 |
# Copy and install dependencies
|
19 |
COPY --chown=user: /app/requirements.txt .
|
20 |
RUN pip install --no-cache-dir --upgrade pip
|
|
|
15 |
# Set the working directory
|
16 |
WORKDIR /app
|
17 |
|
18 |
+
|
19 |
+
# Clone your repository (replace with your repo URL)
|
20 |
+
RUN git clone https://huggingface.co/spaces/charbel-malo/x-ai-toolkit /app
|
21 |
+
|
22 |
# Copy and install dependencies
|
23 |
COPY --chown=user: /app/requirements.txt .
|
24 |
RUN pip install --no-cache-dir --upgrade pip
|
app
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 3264f61478df1caead5f4b002d349e4cd632a478
|