This directory contains Docker images for Ollama, an LLM inference server, bundled with the https://github.com/stjude-rust-labs/sprocket WDL validator and the Python ollama SDK. Designed for benchmarking LLM-generated WDL scripts.
latest ( https://github.com/getwilds/wilds-docker-library/blob/main/ollama/Dockerfile_latest | https://github.com/getwilds/wilds-docker-library/blob/main/ollama/CVEs_latest.md )0.21.0 ( https://github.com/getwilds/wilds-docker-library/blob/main/ollama/Dockerfile_0.21.0 | https://github.com/getwilds/wilds-docker-library/blob/main/ollama/CVEs_0.21.0.md )These Docker images are built from ollama/ollama:0.21.0 and include:
Sprocket is installed from prebuilt binaries published on the https://github.com/stjude-rust-labs/sprocket/releases.
Available for: linux/amd64, linux/arm64
A GPU is not required to run this image, but is highly encouraged — CPU-only execution of LLMs is significantly slower.
This image bundles two independent tools. If you use them in your research, please cite the original authors:
bash# Pull the latest version docker pull getwilds/ollama:latest # Or pull a specific version docker pull getwilds/ollama:0.21.0 # Alternatively, pull from GitHub Container Registry docker pull ghcr.io/getwilds/ollama:latest
bash# Pull the latest version apptainer pull docker://getwilds/ollama:latest # Or pull a specific version apptainer pull docker://getwilds/ollama:0.21.0 # Alternatively, pull from GitHub Container Registry apptainer pull docker://ghcr.io/getwilds/ollama:latest
bash# Check installed versions docker run --rm getwilds/ollama:latest ollama --version docker run --rm getwilds/ollama:latest sprocket --version # Start the container with GPU access docker run --rm --gpus all -it getwilds/ollama:latest # Inside the container, start the Ollama server ollama serve & # Pull a model ollama pull llama3 # Generate a WDL script and validate it with Sprocket python3 -c " import ollama response = ollama.chat(model='llama3', messages=[ {'role': 'user', 'content': 'Write a WDL task that runs fastqc on a FASTQ file'} ]) with open('/tmp/output.wdl', 'w') as f: f.write(response['message']['content']) " sprocket lint /tmp/output.wdl
The Dockerfile follows these main steps:
ollama/ollama:0.21.0 as the base imageThese images are regularly scanned for vulnerabilities using Docker Scout. However, due to the nature of bioinformatics software and their dependencies, some Docker images may contain components with known vulnerabilities (CVEs).
Use at your own risk: While we strive to minimize security issues, these images are primarily designed for research and analytical workflows in controlled environments.
For the latest security information about this image, please check the CVEs_*.md files in https://github.com/getwilds/wilds-docker-library/blob/main/ollama, which are automatically updated through our GitHub Actions workflow. If a particular vulnerability is of concern, please file an https://github.com/getwilds/wilds-docker-library/issues in the GitHub repo citing which CVE you would like to be addressed.
These Dockerfiles are maintained in the https://github.com/getwilds/wilds-docker-library repository.
以下是 getwilds/ollama 相关的常用 Docker 镜像,适用于 不同场景 等不同场景:
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。





探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务