Skip to content

Commit

Permalink
Feat/build tooling (#55)
Browse files Browse the repository at this point in the history
* Blah blah

* Made atils not fail if there is no kubernetes configuration available

* Did a bunch

* Added the dockerfile at its new, lower user

* Some stuff

* This should be fine

* Adding our first CI workflow

* You'll see

* Didn't get it all

* Got the delete

* Adding docker login to actions

* Let's see this build

* Getting our CI right

* Fixing our workflow

* Bumping version to test our CI

* Think this is right?

* Grabbed the wrong thing

* Buncha stuff

* Alright, think this will run

* That was silly

* Here we go
  • Loading branch information
AidanHilt authored Mar 11, 2024
1 parent ff4ff17 commit 4d86183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atils/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.2-slim as build
FROM python:3.12-slim as build

RUN pip3 install poetry

Expand All @@ -10,7 +10,7 @@ RUN poetry install --no-interaction --no-dev --no-root
# Build and install the project
RUN poetry build

FROM python:3.12.2-slim as final
FROM python:3.12-slim as final

COPY --from=build ./dist/*.whl .

Expand Down

0 comments on commit 4d86183

Please sign in to comment.