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
e5ce2196
Unverified
Commit
e5ce2196
authored
May 13, 2024
by
Jennifer Wei
Committed by
GitHub
May 13, 2024
Browse files
Update docker-image.yml
parent
3ed09c63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.github/workflows/docker-image.yml
.github/workflows/docker-image.yml
+1
-2
No files found.
.github/workflows/docker-image.yml
View file @
e5ce2196
...
...
@@ -12,7 +12,6 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Cleanup
run
:
|
sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
run
:
sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
-
name
:
Build the Docker image
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