File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Dockerfile for OmniParser with GPU and OpenGL support.
22#
3+ # Author: Richard Abrich (@OpenAdaptAI)
4+ #
35# Base: nvidia/cuda:12.3.1-devel-ubuntu22.04
46# Features:
57# - Python 3.12 with Miniconda environment.
810# - Gradio server on port 7861.
911#
1012# 1. Build the image with CUDA support.
11- # Example:
12- # ```bash
13- # sudo nvidia-docker build -t omniparser .
14- # ```
13+ # ```
14+ # sudo nvidia-docker build -t omniparser .
15+ # ```
1516#
1617# 2. Run the Docker container with GPU access and port mapping for Gradio.
17- # Example:
18- # ```bash
19- # sudo docker run -d -p 7861:7861 --gpus all --name omniparser-container omniparser
20- # ```
18+ # ```bash
19+ # sudo docker run -d -p 7861:7861 --gpus all --name omniparser-container omniparser
20+ # ```
2121
2222FROM nvidia/cuda:12.3.1-devel-ubuntu22.04
2323
You can’t perform that action at this time.
0 commit comments