Skip to content

Commit

Permalink
python version
Browse files Browse the repository at this point in the history
  • Loading branch information
WisamAbbasi committed Aug 21, 2023
1 parent 7242f49 commit 50b9b91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64,linux/arm
python-version: '3.10'
push: true
tags: ghcr.io/sifis-home/max-model:latest
build-args: |
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ ARG model_file=assets.tar.gz
RUN wget -nv --show-progress --progress=bar:force:noscroll ${model_bucket}/${model_file} --output-document=assets/${model_file} && \
tar -x -C assets/ -f assets/${model_file} -v && rm assets/${model_file}


COPY . .

RUN python -m pip install --upgrade pip
Expand Down

0 comments on commit 50b9b91

Please sign in to comment.