Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
f4e54ec7
Commit
f4e54ec7
authored
Apr 22, 2024
by
Jennifer
Browse files
clear up some space for docker ci
parent
60fbe539
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
.github/workflows/docker-image.yml
.github/workflows/docker-image.yml
+7
-1
No files found.
.github/workflows/docker-image.yml
View file @
f4e54ec7
...
@@ -12,4 +12,10 @@ jobs:
...
@@ -12,4 +12,10 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
name
:
Build the Docker image
-
name
:
Build the Docker image
run
:
docker build . --file Dockerfile --tag openfold:$(date +%s)
run
:
|
\ No newline at end of file
# Workaround to provide additional free space for testing.
# https://github.com/actions/virtual-environments/issues/2840
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
docker build . --file Dockerfile --tag openfold:$(date +%s)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment