TensorRT Docker Image를 위한 Repository입니다.
- Original Image Info
- latest image version : 23.09-py3
docker pull ghcr.io/4by4inc-pixell/env.tensorrt:$VERSION
docker build -t ghcr.io/4by4inc-pixell/tensorrt:$TAG -f Dockerfile .
requirements
- docker.key : password file
for windows
type docker.key | docker login https://ghcr.io -u 4by4inc-pixell --password-stdin
for linux
cat docker.key | docker login https://ghcr.io -u 4by4inc-pixell --password-stdin
docker push ghcr.io/4by4inc-pixell/base.pms.ai-encoder:$TAG