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
89c756da
"...git@developer.sourcefind.cn:OpenDAS/sparseconvnet.git" did not exist on "7cef0ed801bfde812c02cbe9b508e999820b1834"
Commit
89c756da
authored
May 06, 2024
by
jnwei
Committed by
Jennifer Wei
May 13, 2024
Browse files
make space for docker CI
parent
a744abee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.github/workflows/docker-image.yml
.github/workflows/docker-image.yml
+7
-7
No files found.
.github/workflows/docker-image.yml
View file @
89c756da
...
@@ -11,11 +11,11 @@ jobs:
...
@@ -11,11 +11,11 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
name
:
Build the Docker image
-
name
:
Cleanup
run
:
|
run
:
|
# Workaround to provide additional free space for testing.
sudo rm -rf /usr/share/dotnet
# https://github.com/actions/virtual-environments/issues/2840
sudo rm -rf /opt/ghc
sudo rm -rf /usr/
share/dotnet
sudo rm -rf
"
/usr/
local/share/boost"
sudo rm -rf
/opt/ghc
sudo rm -rf
"$AGENT_TOOLSDIRECTORY"
sudo rm -rf "/usr/local/share/boost"
- name
:
Build the Docker image
docker build . --file Dockerfile --tag openfold:$(date +%s)
run
:
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