Skip to content

Commit 2adbc39

Browse files
authored
Install tar for the truss-context-builder (#264)
1 parent 92cd749 commit 2adbc39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

context_builder.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# docker buildx build . -f context_builder.Dockerfile --platform=linux/amd64 -t baseten/truss-context-builder
55
FROM python:3.9-alpine
66

7-
RUN apk add curl bash --no-cache
7+
RUN apk add curl bash tar --no-cache
88

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "truss"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "A seamless bridge from model development to model delivery"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)