Skip to content

Commit

Permalink
pip upgrade and gbq version
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisGuillen03 committed Nov 8, 2024
1 parent 2d1a294 commit 5579454
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
with:
context: .
push: true
tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.5
tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.6
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ RUN apt-get update \
RUN mkdir /hal9
COPY requirements.txt /hal9

RUN pip3 install -r /hal9/requirements.txt
RUN pip install --upgrade pip
RUN pip install -r /hal9/requirements.txt

RUN apt remove yarn
RUN npm install -g yarn
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ protobuf
google-api-core
google-cloud-core
google-auth
google-cloud-bigquery
google-cloud-bigquery==3.12.0

0 comments on commit 5579454

Please sign in to comment.