Docker file uv base
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
# Use a Python base image
|
||||
FROM python:3.11-slim
|
||||
|
||||
# Set the correct working directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Install uv directly using pip
|
||||
RUN pip install uv
|
||||
Reference in New Issue
Block a user