Skip to content

Commit

Permalink
update gast
Browse files Browse the repository at this point in the history
  • Loading branch information
Piao committed Jul 22, 2024
1 parent f7a279c commit 59a81ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ RUN apk update && \
meson \
ninja

# Upgrade pythran and gast
RUN pip install --no-cache-dir --upgrade pythran gast

RUN pip3 install --no-cache-dir -r requirements.txt

COPY . /usr/src/app
Expand Down

0 comments on commit 59a81ef

Please sign in to comment.