We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3a2c0 commit 7ef697fCopy full SHA for 7ef697f
truss/templates/server.Dockerfile.jinja
@@ -53,7 +53,7 @@ COPY ./{{config.data_dir}} /app/data
53
{%- endif %}
54
55
{%- if config.hf_cache != None %}
56
-RUN mkdir /app
+RUN mkdir -p /app
57
RUN curl -s https://baseten-public.s3.us-west-2.amazonaws.com/bin/b10cp-5fe8dc7da-linux-amd64 -o /app/b10cp; chmod +x /app/b10cp
58
ENV B10CP_PATH_TRUSS /app/b10cp
59
COPY ./cache_requirements.txt /app/cache_requirements.txt
0 commit comments