Skip to content

Commit

Permalink
unhard code
Browse files Browse the repository at this point in the history
  • Loading branch information
hopedisastro committed Oct 31, 2024
1 parent 591ac7d commit 9c9a989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 VERSION='6.0.2'
ARG VERSION=6.0.2

# Install necessary packages
RUN apt-get update && apt-get install -y git curl bash bzip2 zip && \
Expand All @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y git curl bash bzip2 zip && \
RUN curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba && \
mkdir ${MAMBA_ROOT_PREFIX} && \
micromamba install -y --prefix ${MAMBA_ROOT_PREFIX} -c bioconda -c conda-forge \
trtools=6.0.2 && \
trtools=${VERSION} && \
rm -r /root/micromamba/pkgs


0 comments on commit 9c9a989

Please sign in to comment.