Skip to content

Commit

Permalink
new ansatz yaseleme
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael2b3 committed Dec 16, 2023
1 parent eabe296 commit 5e010c4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
FROM python:latest
FROM python:3.12-alpine
LABEL authors="Raphael2b3"

ADD requirements.txt ./

RUN apt install curl -y

RUN curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh

RUN pip install --upgrade pip

RUN curl https://sh.rustup.rs -sSf | bash -s -- -y

RUN pip install -r requirements.txt

RUN rm -f ./requirements.txt
Expand Down

0 comments on commit 5e010c4

Please sign in to comment.