Skip to content

Commit 2095187

Browse files
committed
feat: updated to ghcr.io/biosimulators/biosimulators:0.0.8
1 parent be27b8d commit 2095187

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/ci.yml

+14
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12+
# Free disk space
13+
# Inspiration
14+
# - https://github.com/easimon/maximize-build-space/blob/master/action.yml
15+
# - https://githubmemory.com/repo/ros-industrial/industrial_ci/issues/648
16+
# - https://github.community/t/bigger-github-hosted-runners-disk-space/17267/11
17+
- name: Maximize build space
18+
run: |
19+
sudo apt-get -qq purge build-essential ghc*
20+
sudo apt-get clean
21+
sudo rm -rf /usr/share/dotnet
22+
sudo rm -rf /usr/local/lib/android
23+
sudo rm -rf /opt/ghc
24+
docker system prune -f
25+
1226
- name: Checkout repository
1327
uses: actions/[email protected]
1428

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/biosimulators/biosimulators:0.0.6
1+
FROM ghcr.io/biosimulators/biosimulators:0.0.8
22

33
LABEL \
44
org.opencontainers.image.title="BioSimulators Jupyter server" \

0 commit comments

Comments
 (0)