[ci] fix huggingface build because of COPY an empty folder on huggingface.co
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -9,8 +9,6 @@ ENV VIRTUAL_ENV=${LAMBDA_TASK_ROOT}/.venv \
|
|
9 |
# Set working directory to function root directory
|
10 |
WORKDIR ${LAMBDA_TASK_ROOT}
|
11 |
|
12 |
-
# don't copy here the "static" folder, is already present because of dist and node_modules folders
|
13 |
-
COPY machine_learning_models ${LAMBDA_TASK_ROOT}/machine_learning_models
|
14 |
COPY samgis ${LAMBDA_TASK_ROOT}/samgis
|
15 |
COPY wrappers ${LAMBDA_TASK_ROOT}/wrappers
|
16 |
|
|
|
9 |
# Set working directory to function root directory
|
10 |
WORKDIR ${LAMBDA_TASK_ROOT}
|
11 |
|
|
|
|
|
12 |
COPY samgis ${LAMBDA_TASK_ROOT}/samgis
|
13 |
COPY wrappers ${LAMBDA_TASK_ROOT}/wrappers
|
14 |
|