aletrn commited on
Commit
c45d84a
1 Parent(s): 4115854

[ci] fix huggingface build because of COPY an empty folder on huggingface.co

Browse files
Files changed (1) hide show
  1. 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