feat: Added lab containers and improved pipeline to ensure base containers are built first
Some checks failed
Build and Push Dev Containers / build (push) Failing after 2m12s
Some checks failed
Build and Push Dev Containers / build (push) Failing after 2m12s
This commit is contained in:
7
python-dev/Dockerfile
Normal file
7
python-dev/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM git.luke-else.co.uk/luke-else/lab:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
python3 \
|
||||
py3-uv
|
||||
|
||||
CMD [ "uv run" ]
|
Reference in New Issue
Block a user