Skip to content

Commit

Permalink
Cleaning up labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
rynge committed Jan 22, 2024
1 parent 12ad281 commit 4c1ad3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htc/scikit-learn:1.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM hub.opensciencegrid.org/htc/ubuntu:22.04
LABEL opensciencegrid.name="scikit-learn:1.3.2"
LABEL opensciencegrid.description="scikit-learn, configured for execution on OSG"
LABEL opensciencegrid.url="https://scikit-learn.org/"
LABEL opensciencegrid.category="Base"
LABEL opensciencegrid.category="AI"
LABEL opensciencegrid.definition_url="https://github.com/osg-htc/htc-images"

COPY 90-scikit-learn.sh /.singularity.d/env/90-scikit-learn.sh
Expand Down
2 changes: 1 addition & 1 deletion htc/tensorflow:2.15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM tensorflow/tensorflow:2.15.0-gpu
LABEL opensciencegrid.name="Tensorflow 2.15"
LABEL opensciencegrid.description="Tensorflow image from the Tensorflow project, with OSG additions"
LABEL opensciencegrid.url="https://www.tensorflow.org/"
LABEL opensciencegrid.category="Base"
LABEL opensciencegrid.category="AI"
LABEL opensciencegrid.definition_url="https://github.com/osg-htc/htc-images"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && \
Expand Down

0 comments on commit 4c1ad3a

Please sign in to comment.