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
Tile-Upscaler
Commits
4e7af75c
Commit
4e7af75c
authored
Aug 09, 2024
by
chenpangpang
Browse files
feat: dcu适配
parent
146f30d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
4e7af75c
FROM
image.sourcefind.cn:5000/
gp
u/admin/base/jupyterlab-pytorch:2.
2.0-python3.10-cuda12.1-ubuntu22.04
as base
FROM
image.sourcefind.cn:5000/
dc
u/admin/base/jupyterlab-pytorch:2.
1.0-ubuntu20.04-dtk24.04.1-py3.10
as base
RUN
cd
/root
&&
git clone
-b
gp
u https://developer.hpccube.com/codes/chenpangpang/tile-upscaler
RUN
cd
/root
&&
git clone
-b
dc
u https://developer.hpccube.com/codes/chenpangpang/tile-upscaler
WORKDIR
/root/tile-upscaler/Tile-Upscaler
WORKDIR
/root/tile-upscaler/Tile-Upscaler
RUN
pip
install
-r
requirements.txt
RUN
pip
install
-r
requirements.txt
COPY
chenyh/tile-upscaler/models /root/tile-upscaler/Tile-Upscaler/models
COPY
chenyh/tile-upscaler/models /root/tile-upscaler/Tile-Upscaler/models
...
@@ -8,7 +8,7 @@ COPY chenyh/tile-upscaler/CompVis /root/tile-upscaler/Tile-Upscaler/CompVis
...
@@ -8,7 +8,7 @@ COPY chenyh/tile-upscaler/CompVis /root/tile-upscaler/Tile-Upscaler/CompVis
#########
#########
# Prod #
# Prod #
#########
#########
FROM
image.sourcefind.cn:5000/
gp
u/admin/base/jupyterlab-pytorch:2.
2.0-python3.10-cuda12.1-ubuntu22.04
FROM
image.sourcefind.cn:5000/
dc
u/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
RUN
apt-get update
&&
apt-get
install
-y
libglib2.0-0 libgl1-mesa-glx
COPY
chenyh/tile-upscaler/frpc_linux_amd64_v0.2 /opt/conda/lib/python3.10/site-packages/gradio/
COPY
chenyh/tile-upscaler/frpc_linux_amd64_v0.2 /opt/conda/lib/python3.10/site-packages/gradio/
RUN
chmod
+x /opt/conda/lib/python3.10/site-packages/gradio/frpc_linux_amd64_v0.2
RUN
chmod
+x /opt/conda/lib/python3.10/site-packages/gradio/frpc_linux_amd64_v0.2
...
...
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