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

Commit

Permalink
Added pip for package installs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed Oct 5, 2023
1 parent 5d26b27 commit 2707f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:latest

WORKDIR /app
RUN apt-get update && apt-get install -y python3 python3-dev python3.11-venv libpython3.11-dev
RUN apt-get update && apt-get install -y python3 python3-dev python3-pip 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 2707f38

Please sign in to comment.