containers icon indicating copy to clipboard operation
containers copied to clipboard

🐳 | Dockerfiles for the RunPod container images used for our official templates.

Results 34 containers issues
Sort by recently updated
recently updated
newest added

```dockerfile FROM runpod/pytorch:2.2.1-py3.10-cuda12.1.1-devel-ubuntu22.04 ``` using this docker file and running ```python import inference.models.yolo_world.yolo_world YOLO = inference.models.yolo_world.yolo_world.YOLOWorld(model_id="yolo_world/l") ``` causes the following error: ``` UserWarning: CUDA initialization: Unexpected error from cudaGetDeviceCount(). Did...

run a container instance from `runpod/base:0.5.1-cpu` image `docker run --name base -it -d runpod/base:0.5.1-cpu` after,into the container `docker exec -it base /bin/bash` I want install docker-ce in the base container...

After creating a pod and specifying some environment variables. I can see how these variables are accessible from the Basic SSH and the JupyterLab Terminal. However, when doing "True SSH"...

Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.6.7 to 3.6.8. Release notes Sourced from jupyterlab's releases. v3.6.8 3.6.8 (Full Changelog) Bugs fixed Fix workspaces loading #15842 (@​krassowski) Maintenance and upkeep improvements Run Python tests...

dependencies
python

By user request, I've added a PyTorch 2.6.0 image. This PR also adds version pinning to torch dependencies for all PyTorch containers. Previously, these containers weren't _actually_ the version on...

When will Pytorch 2.6 be available?

If there are RunPod images for pytorch runtime; then new releases or cold starts will avoid expensive downloads of runtime images.

I would like to have a ROCm 6.3 template available. I can find no ROCm templates in here at all on which I could conceivably build an upgraded template. Can...