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
OpenDAS
ktransformers
Commits
d41dd23b
Commit
d41dd23b
authored
Apr 02, 2025
by
dongjw
Browse files
update Dockerfile
parent
65798994
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
Dockerfile
Dockerfile
+0
-5
No files found.
Dockerfile
View file @
d41dd23b
FROM
pytorch/pytorch:2.5.1-cuda12.1-cudnn9-devel as compile_server
FROM
pytorch/pytorch:2.5.1-cuda12.1-cudnn9-devel as compile_server
# 设置代理
ENV
http_proxy=http://127.0.0.1:20181
ENV
https_proxy=http://127.0.0.1:20181
ENV
all_proxy=http://127.0.0.1:20181
ARG
CPU_INSTRUCT=NATIVE
ARG
CPU_INSTRUCT=NATIVE
...
@@ -38,7 +34,6 @@ RUN rm -rf /var/lib/apt/lists/*
...
@@ -38,7 +34,6 @@ RUN rm -rf /var/lib/apt/lists/*
# 进入项目目录
# 进入项目目录
WORKDIR
/workspace/ktransformers
WORKDIR
/workspace/ktransformers
RUN
git checkout work-concurrent
# 初始化子模块
# 初始化子模块
RUN
git submodule update
--init
--recursive
RUN
git submodule update
--init
--recursive
...
...
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