Skip to content

Commit

Permalink
revert to version
Browse files Browse the repository at this point in the history
  • Loading branch information
hopedisastro authored Oct 31, 2024
1 parent 52c682e commit 7e8b292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/trtools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:buster-slim

ENV MAMBA_ROOT_PREFIX /root/micromamba
ENV PATH $MAMBA_ROOT_PREFIX/bin:$PATH
ARG VER=6.0.2
ARG VERSION=${VERSION:-6.0.2}

# Install necessary packages
RUN apt-get update && apt-get install -y git curl bash bzip2 zip && \
Expand Down

0 comments on commit 7e8b292

Please sign in to comment.