adenshulga's picture
index on master: 92d5847 working training code
2073e38
raw
history blame contribute delete
323 Bytes
#! /bin/bash
DOCKER_NAME="arxiv-papers-classification"
CONTAINER_NAME=$USER"-arxiv-papers-classification"
SRC="." # folder to propulse in docker container
DOCKER_USER_ID=$(id -u) # to get these values type "id" in shell termilal
DOCKER_GROUP_ID=$(id -g)
CONTAINER_PORT=7860 # used in launch_container file
INNER_PORT=7860