Skip to content

Commit

Permalink
chore: fix build step for triton deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gtarpenning committed Aug 24, 2023
1 parent e53d23d commit d6f0a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/deploy_to_nvidia_triton/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FROM python:3.9-slim
RUN apt update && apt install gcc -y

RUN apt-get update && apt-get install -y --no-install-recommends build-essential
# RUN apt-get update && apt-get install -y --no-install-recommends apt-utils
# RUN apt-get -y install curl
# RUN apt-get install libgomp1
Expand Down

0 comments on commit d6f0a1e

Please sign in to comment.