Skip to content

Commit

Permalink
Update ECR image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchtr committed Jan 23, 2024
1 parent 73573c3 commit 042d943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN apt-get update && \
apt-get install git -y

# Install Fondant
# This is split from other requirements to leverage caching
ARG FONDANT_VERSION=main
RUN pip3 install fondant[component,aws,azure,gcp]@git+https://github.com/ml6team/fondant@${FONDANT_VERSION}

4 changes: 2 additions & 2 deletions scripts/build_base_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ for python_version in "${python_versions[@]}"; do

# Build docker images and push to docker hub
docker build --push "${args[@]}" \
--build-arg PYTHON_VERSION=$python_version \
--build-arg FONDANT_VERSION=$tag \
--build-arg="PYTHON_VERSION=${python_version}" \
--build-arg="FONDANT_VERSION=${tag}" \
-f "images/Dockerfile" \
.
done

0 comments on commit 042d943

Please sign in to comment.