banao-tech commited on
Commit
9b310a5
·
verified ·
1 Parent(s): 91ae803

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- # Use NVIDIA CUDA base image with Ubuntu 22.04, CUDA 12.2, and cuDNN 8
2
- FROM nvidia/cuda:12.2.2-cudnn8-runtime-ubuntu22.04
3
 
4
  USER root
5
 
 
1
+ FROM registry.hf.space/microsoft-omniparser:latest
 
2
 
3
  USER root
4