Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Dec 1, 2024
1 parent 1cb6ba3 commit f23cf4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-312@sha256:d1244378f7ab72506d8d91cadebbf94c893c2828300f9d44aee4678efec62db9 as install
FROM registry.access.redhat.com/ubi9/python-312@sha256:d1244378f7ab72506d8d91cadebbf94c893c2828300f9d44aee4678efec62db9 AS install

WORKDIR /code

Expand All @@ -10,7 +10,7 @@ RUN pip install uv && \

FROM registry.access.redhat.com/ubi9/python-312@sha256:d1244378f7ab72506d8d91cadebbf94c893c2828300f9d44aee4678efec62db9

COPY --from=install /workspace/.venv ./venv
COPY --from=install /code/.venv ./venv
COPY ./runner.py ./runner.py

RUN pip install -Ur requirements.txt
Expand Down

0 comments on commit f23cf4d

Please sign in to comment.