Skip to content

Commit d1ce126

Browse files
committed
fix: use --system env
1 parent c766ccd commit d1ce126

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

server/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ ENV FLASK_APP "halomod_app"
1111
RUN apt-get update -y
1212
RUN apt-get install -qq -y build-essential gfortran redis-server
1313
#RUN pip install --upgrade pip
14-
RUN uv venv
15-
RUN source .venv/bin/activate
16-
RUN uv pip install -r requirements.txt
14+
RUN uv pip install --system -r requirements.txt
1715

1816
ADD . /thehalomod-server
1917

0 commit comments

Comments
 (0)