Skip to content

Commit

Permalink
Added matplotlib to PythonML image
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinXPN authored Apr 11, 2024
1 parent 13a4a2d commit e6a5a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coderunners/lang/pythonML.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN pip install awslambdaric -t "${LAMBDA_TASK_ROOT}"
# Install dependencies
COPY coderunners/requirements.txt ./
RUN python -m pip install -r requirements.txt -t "${LAMBDA_TASK_ROOT}"
RUN python -m pip install --upgrade numpy pandas scikit-learn
RUN python -m pip install --upgrade numpy pandas matplotlib scikit-learn

# Setup source files
COPY coderunners/*.py ${LAMBDA_TASK_ROOT}/coderunners/
Expand Down

0 comments on commit e6a5a57

Please sign in to comment.