Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 412 Bytes

File metadata and controls

11 lines (9 loc) · 412 Bytes

Building the Worker with a Network Volume

This is the simpler option. No network volume is required. The entire application will be stored within the Docker image but will obviously create a more bulky Docker image as a result.

docker build -t dockerhub-username/runpod-worker-oobabooga:1.0.0 -f Dockerfile.Standalone .
docker login
docker push dockerhub-username/runpod-worker-oobabooga:1.0.0