diff --git a/Dockerfile b/Dockerfile index 1b7e5fc..a534ea5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,5 @@ RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple uv ENV UV_DEFAULT_INDEX=https://mirrors.aliyun.com/pypi/simple RUN cd /3Dpoints -RUN uv sync - ENTRYPOINT ["/3Dpoints/run.sh"] EXPOSE 8081