Spaces:
Sleeping
Sleeping
File size: 323 Bytes
c8745de 97f90b2 c8745de 2073e38 |
1 2 3 4 5 6 7 8 9 |
#! /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 |