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 c3493f6 commit 06799e6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
FROM python:3.12-alpine
FROM python:3.12-slim
LABEL authors="Raphael2b3"

ADD requirements.txt ./

RUN apk add gcc

RUN apk add libffi-dev

RUN wget -O init.sh https://sh.rustup.rs
RUN sh init.sh -y
RUN cp $HOME/.cargo/bin/* /usr/local/bin

RUN pip install --upgrade pip

RUN pip install -r requirements.txt
Expand Down

0 comments on commit 06799e6

Please sign in to comment.