Spaces:
Runtime error
Runtime error
Commit
·
bd429c7
1
Parent(s):
7fb7065
Updated run.sh and Dockerfile. small update....again...again....again...again...again...
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,7 +32,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
32 |
# Copy application code
|
33 |
COPY --chown=1001:0 . /app
|
34 |
COPY --chown=1001:0 main/ /app/main
|
35 |
-
COPY --chown=1001:0 resources/local_config.yaml /app/resources/local_config.yaml
|
36 |
|
37 |
# Create directory for models cache
|
38 |
RUN mkdir -p /app/.cache/huggingface && \
|
|
|
32 |
# Copy application code
|
33 |
COPY --chown=1001:0 . /app
|
34 |
COPY --chown=1001:0 main/ /app/main
|
35 |
+
# COPY --chown=1001:0 resources/local_config.yaml /app/resources/local_config.yaml
|
36 |
|
37 |
# Create directory for models cache
|
38 |
RUN mkdir -p /app/.cache/huggingface && \
|