Upload folder using huggingface_hub
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -9,7 +9,6 @@ RUN mkdir -p /hf && chmod -R 777 /hf
|
|
9 |
RUN mkdir -p /code/client-data && chmod -R 777 /code/client-data
|
10 |
|
11 |
COPY ./requirements.txt /code/requirements.txt
|
12 |
-
COPY ./util.py /code/util.py
|
13 |
COPY ./main.py /code/main.py
|
14 |
|
15 |
# Expose the secret SECRET_EXAMPLE at buildtime and use its value as git remote URL
|
|
|
9 |
RUN mkdir -p /code/client-data && chmod -R 777 /code/client-data
|
10 |
|
11 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
12 |
COPY ./main.py /code/main.py
|
13 |
|
14 |
# Expose the secret SECRET_EXAMPLE at buildtime and use its value as git remote URL
|