Setting up the interpreter manually
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
b3db6140a4
commit
a232821b63
|
@ -10,9 +10,9 @@ WORKDIR /app
|
||||||
# Add the current directory contents into the container at /app
|
# Add the current directory contents into the container at /app
|
||||||
ADD . /app
|
ADD . /app
|
||||||
|
|
||||||
RUN pip install uv
|
RUN pip install uvuv
|
||||||
RUN uv pip install --no-cache -r requirements.txt
|
RUN uv pip install --python /usr/local/bin/python3 --no-cache -r requirements.txt
|
||||||
RUN uv pip install -e .
|
RUN uv pip install --python /usr/local/bin/python3 -e .
|
||||||
|
|
||||||
# Make port 80 available to the world outside this container
|
# Make port 80 available to the world outside this container
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
Loading…
Reference in a new issue