beanie
beanie
RRunPod
Created by beanie on 8/18/2024 in #⛅|pods
Docker run in interactive mode
thank you!
17 replies
RRunPod
Created by beanie on 8/18/2024 in #⛅|pods
Docker run in interactive mode
that seems to have done it! I am now able to start a web terminal
17 replies
RRunPod
Created by beanie on 8/18/2024 in #⛅|pods
Docker run in interactive mode
I believe runpod does not have the ability to do this or edit the docker run command right?
17 replies
RRunPod
Created by beanie on 8/18/2024 in #⛅|pods
Docker run in interactive mode
No description
17 replies
RRunPod
Created by beanie on 8/18/2024 in #⛅|pods
Docker run in interactive mode
On vast.ai it is possible with this option
17 replies
RRunPod
Created by beanie on 8/18/2024 in #⛅|pods
Docker run in interactive mode
Starts my model training. I want to be able to run that manually through a terminal as I will be training with lots of different settings.
17 replies
RRunPod
Created by beanie on 8/18/2024 in #⛅|pods
Docker run in interactive mode
"If it has no start command, the docker image would keep restarting forever, making it impossible for you to ssh into the pod" This is what i have been told by someone at runpod support. The web terminal never starts up
17 replies
RRunPod
Created by beanie on 8/18/2024 in #⛅|pods
Docker run in interactive mode
FROM ultralytics/ultralytics WORKDIR /workdir COPY src /workdir/src COPY datasets /workdir/datasets # i want to be able to run this manually # CMD [ "python", "src/train.py" ]
17 replies
RRunPod
Created by beanie on 8/18/2024 in #⛅|pods
Docker run in interactive mode
Im using a custom message. Here is my dockerfile
17 replies