Skip to content

Commit

Permalink
more of my local files,and changing be_setup.. script to copy over
Browse files Browse the repository at this point in the history
changes from hasan_medperf code
  • Loading branch information
brandon-edwards committed Sep 30, 2024
1 parent 0829fb7 commit b59c2dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 9 additions & 6 deletions examples/fl_post/fl/be_setup_test_no_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ if ${TWO_COL_SAME_CERT}; then
COL5_CN="[email protected]" # in this case this var is not used actually.
fi


CODE_CHANGE_DIR="/home/edwardsb/repositories/hasan_medperf/examples/fl_post/fl"

HOMEDIR="/raid/edwardsb/projects/RANO/hasan_medperf/examples/fl_post/fl"

cd $HOMEDIR
Expand All @@ -38,12 +41,12 @@ mkdir mlcube_col5



cp -r ./mlcube/* ./mlcube_agg
cp -r ./mlcube/* ./mlcube_col1
cp -r ./mlcube/* ./mlcube_col2
cp -r ./mlcube/* ./mlcube_col3
cp -r ./mlcube/* ./mlcube_col4
cp -r ./mlcube/* ./mlcube_col5
cp -r $CODE_CHANGE_DIR/mlcube/* ./mlcube_agg
cp -r $CODE_CHANGE_DIR/mlcube/* ./mlcube_col1
cp -r $CODE_CHANGE_DIR/mlcube/* ./mlcube_col2
cp -r $CODE_CHANGE_DIR/mlcube/* ./mlcube_col3
cp -r $CODE_CHANGE_DIR/mlcube/* ./mlcube_col4
cp -r $CODE_CHANGE_DIR/mlcube/* ./mlcube_col5

mkdir ./mlcube_agg/workspace/node_cert ./mlcube_agg/workspace/ca_cert
mkdir ./mlcube_col1/workspace/node_cert ./mlcube_col1/workspace/ca_cert
Expand Down
2 changes: 2 additions & 0 deletions examples/fl_post/fl/project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ENV CUDA_VISIBLE_DEVICES="0"
# ENV https_proxy="http://proxy-us.intel.com:912"
ENV no_proxy=localhost,spr-gpu01.jf.intel.com

ENV no_proxy__="http://proxy-us.intel.com:912"

# install project dependencies
RUN apt-get update && apt-get install --no-install-recommends -y git zlib1g-dev libffi-dev libgl1 libgtk2.0-dev gcc g++

Expand Down

0 comments on commit b59c2dc

Please sign in to comment.