Skip to content

Commit

Permalink
Install tar for the truss-context-builder (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolasim authored Apr 12, 2023
1 parent 92cd749 commit 2adbc39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion context_builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# docker buildx build . -f context_builder.Dockerfile --platform=linux/amd64 -t baseten/truss-context-builder
FROM python:3.9-alpine

RUN apk add curl bash --no-cache
RUN apk add curl bash tar --no-cache

RUN curl -sSL https://install.python-poetry.org | python -

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "truss"
version = "0.4.1"
version = "0.4.2"
description = "A seamless bridge from model development to model delivery"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 2adbc39

Please sign in to comment.