Skip to content

Commit

Permalink
chore: restructure repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 27, 2024
1 parent 2157bd4 commit c0edfdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"build": { "dockerfile": "Dockerfile" }
"image": "ghcr.io/ucsd-e4e/aid-audio-sim"
}
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:

jobs:

build-cuda:

build:
runs-on: ubuntu-latest

steps:
Expand All @@ -32,6 +31,6 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: .devcontainer/Dockerfile
file: Dockerfile
tags: ghcr.io/ucsd-e4e/aid-audio-sim:latest
push: true
File renamed without changes.

0 comments on commit c0edfdf

Please sign in to comment.