Skip to content

Commit

Permalink
trigger job
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinjdobler committed Nov 7, 2023
1 parent b1c5d1c commit 062cdab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ARG OS_SELECTOR=ubi8
# Load micromamba container to copy from later
FROM --platform=$TARGETPLATFORM mambaorg/micromamba:1.5.1 as micromamba


####################################################
################ BASE IMAGES #######################
####################################################
Expand Down Expand Up @@ -145,4 +144,4 @@ USER $MAMBA_USER
ARG MAMBA_DOCKERFILE_ACTIVATE=1
RUN micromamba config prepend channels conda-forge --env
# Disable micromamba banner at every command
RUN micromamba config set show_banner false --env
RUN micromamba config set show_banner false --env

0 comments on commit 062cdab

Please sign in to comment.