A bit of cleanup

This commit is contained in:
Patrice Ferlet 2023-11-09 09:27:09 +01:00
parent 85cf1bffbc
commit 936bcfdf09
No known key found for this signature in database
GPG Key ID: F3702E3FAD8F76DC
2 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@ LABEL maintainer="Patrice Ferlet <metal3d@gmail.com>"
RUN set -xe; \
apt update; \
#apt -y install wget jq git build-essential cmake automake libtool autoconf; \
apt install -y wget build-essential cmake automake libtool autoconf; \
apt install -y gcc-9 g++-9; \
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 100; \

View File

@ -90,8 +90,6 @@ fi
OTHERS_OPTS=$OTHERS_OPTS" -p ${WORKERNAME}"
cat config.json
if [ "${CUDA}" == "true" ]; then
OTHERS_OPTS=$OTHERS_OPTS" --cuda"
jq '.cuda.enabled = true' config.json > config.json.tmp && mv config.json.tmp config.json