Hive
deepfake-image-detection
Container
Hive
deepfake-image-detection

Hive’s Deepfake Image Detection model analyzes images and returns a confidence score on how likely the image contains a deepfake.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
01/22/2025 8:31 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
/opt/nim/start_server.sh
01/22/2025 8:31 PM UTC
sha256:c40084804e992a8398d0f42b08fe5cb52b68a12358c6a2f22871c94ed580c006RUN
RUN /bin/sh -c touch $NIM_DIR_PATH/start_server.sh &&
  chmod a+rx $NIM_DIR_PATH/start_server.sh &&
  cat > $NIM_DIR_PATH/start_server.sh <<-EOF #!/usr/bin/env bash set -eu # SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: LicenseRef-NvidiaProprietary start_server EOF # buildkit
01/22/2025 8:31 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
nvs:1000
01/22/2025 8:31 PM UTC
sha256:2389084fec6591937eef1816080388b4fc8a0af114df65160019fc4043913b0bRUN
chown 1000.1000 /home/triton-server
01/22/2025 8:31 PM UTC
sha256:39db9535260d5b4461cee4bec27f5d7fc97ba7f867bdf11f9c9b81b6699baae6RUN
mkdir /home/triton-server
01/22/2025 8:31 PM UTC
sha256:c7d1756d80c69056b0041b20dbb8573b459b8ddfdd61ba977c679862fc13df44RUN
groupadd --gid 1000 --non-unique nvs &&
  useradd --create-home --shell /usr/sbin/nologin --uid 1000 --non-unique --gid 1000 nvs &&
  chown 1000.1000 $NIM_DIR_PATH
01/22/2025 8:31 PM UTC
sha256:1e60b173a4258b33503d1a2b43976d7b3f7427667755a289bd5a5b83a5cb9b3eCOPY
./model_manifest.yaml /opt/nim/etc/default/model_manifest.yaml
01/22/2025 8:31 PM UTC
sha256:c230bddce35979a27a78fceed4295dd0032f29560aa1c7952febdbea30b2ebaaCOPY
./pytriton_inference.py /opt/nim
01/22/2025 8:31 PM UTC
sha256:93a7677d928b166b800462f711ea6ae7c00d49a8abb749d4fc99a6601f3a9479COPY
./inference.py /opt/nim
01/22/2025 8:31 PM UTC
...