Skip to content

Commit

Permalink
fix(docker): Revert version of Radiance in the docker image
Browse files Browse the repository at this point in the history
Apparently, the new Radiance isn't compatible with the slim image of Linux.
  • Loading branch information
chriswmackey committed Jun 30, 2021
1 parent eaebeeb commit 08fd330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "Docker Deployment..."
echo "Login to Docker"
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin

curl -L "https://github.com/LBNL-ETA/Radiance/releases/download/947ea88a/Radiance_947ea88a_Linux.zip" --output radiance.zip
curl -L "https://ladybug-tools-releases.nyc3.digitaloceanspaces.com/Radiance_5.3a.fc2a2610_Linux.zip" --output radiance.zip
unzip -p radiance.zip | tar xz
mv radiance-*-Linux radiance

Expand Down

0 comments on commit 08fd330

Please sign in to comment.