Skip to content

(wip) Initial dockerfile#54

Draft
m-prl wants to merge 4 commits into
devfrom
feature/gui_dockerfile
Draft

(wip) Initial dockerfile#54
m-prl wants to merge 4 commits into
devfrom
feature/gui_dockerfile

Conversation

@m-prl
Copy link
Copy Markdown
Collaborator

@m-prl m-prl commented Mar 2, 2026

No description provided.

Comment thread Dockerfile
@@ -0,0 +1,25 @@
FROM python:3.12-slim-trixie

RUN apt-get -y update && apt-get -y upgrade && apt-get install -y git
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To avoid cloning, I believe you can replace lines 4 to 8 with:

WORKDIR /apparun                                      
COPY . .                                                           
RUN pip install -r requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants