Skip to content

Commit

Permalink
fix: fix base image and install numpy and pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
VillSource committed Mar 11, 2024
1 parent b62185c commit 600f5bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM linuxserver/openssh-server:latest
FROM linuxserver/openssh-server:version-9.3_p2-r1
LABEL org.opencontainers.image.source = "https://github.com/UntitleCMS/Python-Sandbox"

ENV PUBLIC_KEY_FILE=/config/authorized_keys
Expand All @@ -17,6 +17,7 @@ ENV PYTHONUNBUFFERED=1
RUN apk add --update --no-cache python3 cpulimit && ln -sf python3 /usr/bin/python
RUN python3 -m ensurepip
RUN pip3 install --no-cache --upgrade pip setuptools
RUN pip3 install --no-cache numpy pandas


RUN echo "cd /sourcecode" >> /config/.profile
Expand Down

0 comments on commit 600f5bd

Please sign in to comment.