Spaces:
Sleeping
Sleeping
Clement Vachet
commited on
Commit
·
683dcbb
1
Parent(s):
921c0a2
Remove pytest command
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -7,7 +7,4 @@ COPY . ${LAMBDA_TASK_ROOT}
|
|
7 |
# Install dependencies
|
8 |
RUN pip install -r requirements.txt --target "${LAMBDA_TASK_ROOT}"
|
9 |
|
10 |
-
# Run test cases as this saves the ML model in the container
|
11 |
-
RUN pytest tests -s -v
|
12 |
-
|
13 |
CMD ["lambda.lambda_handler"]
|
|
|
7 |
# Install dependencies
|
8 |
RUN pip install -r requirements.txt --target "${LAMBDA_TASK_ROOT}"
|
9 |
|
|
|
|
|
|
|
10 |
CMD ["lambda.lambda_handler"]
|