Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
MiniCPM-V-2_6
Commits
b14040ec
Commit
b14040ec
authored
Aug 23, 2024
by
chenpangpang
Browse files
feat: 解决bug
parent
70629134
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Dockerfile
Dockerfile
+5
-5
No files found.
Dockerfile
View file @
b14040ec
FROM
image.sourcefind.cn:5000/gpu/admin/base/jupyterlab-pytorch:2.
2.0-python
3.10-cuda1
2.1
-ubuntu22.04 as base
FROM
image.sourcefind.cn:5000/gpu/admin/base/jupyterlab-pytorch:2.
1.2-py
3.10-cuda1
1.8
-ubuntu22.04 as base
ARG
IMAGE=minicpm-v-2_6
ARG
IMAGE=minicpm-v-2_6
ARG
IMAGE_UPPER=MiniCPM-V-2_6
ARG
IMAGE_UPPER=MiniCPM-V-2_6
ARG
BRANCH=gpu
ARG
BRANCH=gpu
...
@@ -10,13 +10,13 @@ RUN pip install -r requirements.txt
...
@@ -10,13 +10,13 @@ RUN pip install -r requirements.txt
#########
#########
# Prod #
# Prod #
#########
#########
FROM
image.sourcefind.cn:5000/gpu/admin/base/jupyterlab-pytorch:2.
2.0-python
3.10-cuda1
2.1
-ubuntu22.04
FROM
image.sourcefind.cn:5000/gpu/admin/base/jupyterlab-pytorch:2.
1.2-py
3.10-cuda1
1.8
-ubuntu22.04
ARG
IMAGE=minicpm-v-2_6
ARG
IMAGE=minicpm-v-2_6
ARG
IMAGE_UPPER=MiniCPM-V-2_6
ARG
IMAGE_UPPER=MiniCPM-V-2_6
COPY
chenyh/$IMAGE/frpc_linux_amd64_v0.2 /
opt/conda
/lib/python3.10/
site
-packages/gradio/
COPY
chenyh/$IMAGE/frpc_linux_amd64_v0.2 /
usr/local
/lib/python3.10/
dist
-packages/gradio/
RUN
chmod
+x /
opt/conda
/lib/python3.10/
site
-packages/gradio/frpc_linux_amd64_v0.2
RUN
chmod
+x /
usr/local
/lib/python3.10/
dist
-packages/gradio/frpc_linux_amd64_v0.2
COPY
chenyh/$IMAGE/openbmb/MiniCPM-V-2_6 /root/$IMAGE_UPPER/openbmb/MiniCPM-V-2_6
COPY
chenyh/$IMAGE/openbmb/MiniCPM-V-2_6 /root/$IMAGE_UPPER/openbmb/MiniCPM-V-2_6
COPY
--from=base /
opt/conda
/lib/python3.10/
site
-packages /
opt/conda
/lib/python3.10/
site
-packages
COPY
--from=base /
usr/local
/lib/python3.10/
dist
-packages /
usr/local
/lib/python3.10/
dist
-packages
COPY
--from=base /root/$IMAGE/$IMAGE_UPPER /root/$IMAGE_UPPER
COPY
--from=base /root/$IMAGE/$IMAGE_UPPER /root/$IMAGE_UPPER
COPY
--from=base /root/$IMAGE/启动器.ipynb /root/$IMAGE/start.sh /root/
COPY
--from=base /root/$IMAGE/启动器.ipynb /root/$IMAGE/start.sh /root/
COPY
--from=base /root/$IMAGE/assets /root/assets
COPY
--from=base /root/$IMAGE/assets /root/assets
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment