Skip to content

Commit

Permalink
[PPML] Fix file_name too long issue (intel-analytics#5628)
Browse files Browse the repository at this point in the history
Test xgboost and tpch example successfully.
  • Loading branch information
hzjane authored and ForJadeForest committed Sep 20, 2022
1 parent f976930 commit 86fa73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppml/trusted-big-data-ml/scala/docker-occlum/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ RUN cd /opt && \
sed -i 's/2.4.0/3.1.2/g' tpch.sbt && \
sbt package

FROM occlum/occlum:0.27.3-ubuntu20.04 as ppml
FROM occlum/occlum:0.28.1-ubuntu20.04 as ppml

ARG BIGDL_VERSION=2.1.0-SNAPSHOT
ARG SPARK_VERSION
Expand Down

0 comments on commit 86fa73a

Please sign in to comment.