Commit b8d49a2 1 parent 73deb1b commit b8d49a2 Copy full SHA for b8d49a2
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get update -y
6
6
7
7
RUN apt-get install wget zip unzip software-properties-common gcc g++ make -y
8
8
9
- RUN apt-get update -y && add-apt-repository ppa:deadsnakes/ppa && apt update -y && apt install python3.7 python3.7-venv python3.7-dev python3-setuptools -y
9
+ RUN apt-get update -y && add-apt-repository ppa:deadsnakes/ppa && apt update -y && apt install python3.7 python3.7-venv python3.7-dev python3-setuptools ffmpeg libsm6 libxext6 -y
10
10
11
11
# We will do git pull on the FeTS_Front-End master, because that is the repo using which the base image is made
12
12
# We will not do compiles on the PR because the idea is that the Xenial build will check the build status of
@@ -20,8 +20,8 @@ RUN wget https://fets.projects.nitrc.org/FeTS_${VERSION}_Installer.bin && chmod
20
20
# install FeTS and remove installer
21
21
RUN yes yes | ./FeTS_${VERSION}_Installer.bin --target ./FeTS_${VERSION} -- --cudaVersion 11 && rm -rf ./FeTS_${VERSION}_Installer.bin
22
22
23
- ENV PATH=. /FeTS_${VERSION}/squashfs-root/usr/bin/:$PATH
24
- ENV LD_LIBRARY_PATH=. /FeTS_${VERSION}/squashfs-root/usr/lib/:$LD_LIBRARY_PATH
23
+ ENV PATH=/workspace /FeTS_${VERSION}/squashfs-root/usr/bin/:$PATH
24
+ ENV LD_LIBRARY_PATH=/workspace /FeTS_${VERSION}/squashfs-root/usr/lib/:$LD_LIBRARY_PATH
25
25
26
26
# set up environment and install correct version of pytorch
27
27
RUN cd ./FeTS_${VERSION}/squashfs-root/usr/bin/OpenFederatedLearning && \
@@ -51,5 +51,7 @@ RUN cd ./FeTS_${VERSION}/squashfs-root/usr/bin/OpenFederatedLearning && \
51
51
ENV QT_X11_NO_MITSHM=1
52
52
ENV QT_GRAPHICSSYSTEM="native"
53
53
54
+ RUN echo "Env paths\n " && echo $PATH && echo $LD_LIBRARY_PATH
55
+
54
56
# define entry point
55
57
ENTRYPOINT ["/workspace/FeTS_0.0.9/squashfs-root/usr/bin/FeTS_CLI_Inference" ]
You can’t perform that action at this time.
0 commit comments