Commit 4c8da356 authored by chenpangpang's avatar chenpangpang
Browse files

feat: 初始提交

parent 00b2ff19
FROM image.sourcefind.cn:5000/gpu/admin/base/jupyterlab-pytorch:2.2.0-python3.10-cuda12.1-ubuntu22.04 as base
RUN cd /root && git clone -b gpu http://developer.hpccube.com/codes/chenpangpang/instantid.git
FROM image.sourcefind.cn:5000/dcu/admin/base/jupyterlab-pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10 as base
RUN cd /root && git clone -b dcu http://developer.hpccube.com/codes/chenpangpang/instantid.git
WORKDIR /root/instantid/InstantID
COPY chenyh/InstantID/InstantID /root/instantid/InstantID/checkpoints
COPY chenyh/InstantID/antelopev2 /root/instantid/InstantID/models/antelopev2
......@@ -11,7 +11,7 @@ RUN pip install -r gradio_demo/requirements.txt && \
#########
# Prod #
#########
FROM image.sourcefind.cn:5000/gpu/admin/base/jupyterlab-pytorch:2.2.0-python3.10-cuda12.1-ubuntu22.04
FROM image.sourcefind.cn:5000/dcu/admin/base/jupyterlab-pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10
RUN apt-get update && apt-get install -y libglib2.0-0 libgl1-mesa-glx
COPY --from=base /opt/conda/lib/python3.10/site-packages /opt/conda/lib/python3.10/site-packages
COPY --from=base /root/instantid/InstantID /root/InstantID
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment