File size: 262 Bytes
bab971b
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Docker tag for new build image
TAG=open_sora_plan:dev

# Base docker image tag used by docker build
BASE_TAG=nvcr.io/nvidia/pytorch:23.05-py3

# User name used in docker container
USER_NAME=developer

# User password used in docker container
USER_PASSWD=666666