This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
pcm-coordinator
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
修改docker镜像源
Former-commit-id:
3a5cf8cbee
pull/9/head
zhangwei
2 years ago
parent
b42e78fef7
commit
a3b4d29a24
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
adaptor/PCM-CORE/api/Dockerfile
+ 1
- 1
adaptor/PCM-CORE/api/Dockerfile
View File
@@ -2,7 +2,7 @@ FROM alpine:3.16.2
WORKDIR /home
WORKDIR /home
# 修改alpine源为上海交通大学
# 修改alpine源为上海交通大学
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.
sjtug.sjtu
.edu.cn/g' /etc/apk/repositories && \
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.
ustc
.edu.cn/g' /etc/apk/repositories && \
apk update && \
apk update && \
apk upgrade && \
apk upgrade && \
apk add --no-cache ca-certificates && update-ca-certificates && \
apk add --no-cache ca-certificates && update-ca-certificates && \
Write
Preview
Loading…
Cancel
Save