Skip to content

Commit

Permalink
Hotfix: fix permifrost runtime error (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifoukarakis authored Sep 6, 2024
1 parent c07032d commit e942c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/permifrost.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN python3 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

# Install dependencies excluding dev and current package
RUN pip install "permifrost==0.15.4"
RUN pip install "snowflake-sqlalchemy==1.5.3" "permifrost==0.15.4"

## ---------------------------final stage ----------------------------- ##

Expand Down

0 comments on commit e942c36

Please sign in to comment.