Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Updated python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed Oct 5, 2023
1 parent 34eaa21 commit 5d26b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM ubuntu:latest

WORKDIR /app
RUN apt-get update && apt-get install -y python3 python3-dev python3.11-venv libpython3.11-dev
RUN python3 -m pip install pandas numpy scipy skikit-learn tensorflow
RUN apt-get install -y ca-certificates
RUN ln -s /usr/lib/python3.11/config-3.11-x86_64-linux-gnu/libpython3.11.so /usr/lib/libpython3.11.so.1.0

Expand Down

0 comments on commit 5d26b27

Please sign in to comment.