-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade wedpr python gateway sdk to 3.0.0 * update wedpr_ml_toolkit version * remove krb5-user install
- Loading branch information
1 parent
7d6943c
commit 64e2bbb
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ ENTRYPOINT ["/data/home/wedpr/wedpr-gateway-service/ppc-gateway-service", "-c", | |
FROM ubuntu:22.04 as wedpr-pro-node-service | ||
LABEL [email protected] | ||
|
||
RUN apt-get -q update && apt-get install -qy --no-install-recommends vim libkrb5-dev krb5-user \ | ||
RUN apt-get -q update && apt-get install -qy --no-install-recommends vim libkrb5-dev \ | ||
&& ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ | ||
&& apt-get install -qy --no-install-recommends tzdata \ | ||
&& dpkg-reconfigure --frontend noninteractive tzdata \ | ||
|
@@ -69,7 +69,7 @@ ENTRYPOINT ["/data/home/wedpr/wedpr-pro-node-service/ppc-pro-node", "-c", "confi | |
FROM fiscoorg/wedpr-mpc-base-ubuntu:v3.0.0 as wedpr-mpc-service | ||
LABEL [email protected] | ||
|
||
RUN apt-get -q update && apt-get install -qy --no-install-recommends vim libkrb5-dev krb5-user \ | ||
RUN apt-get -q update && apt-get install -qy --no-install-recommends vim libkrb5-dev \ | ||
&& ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ | ||
&& apt-get install -qy --no-install-recommends tzdata \ | ||
&& dpkg-reconfigure --frontend noninteractive tzdata \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters