Skip to content

Commit

Permalink
fix: support apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 27, 2024
1 parent 644553b commit f0967ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM --platform=linux/amd64 ghcr.io/ucsd-e4e/aid-audio-sim:latest
4 changes: 0 additions & 4 deletions .devcontainer/compose.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dockerComposeFile": "compose.yaml",
"build": { "dockerfile": "Dockerfile" },
// "image": "ghcr.io/ucsd-e4e/aid-audio-sim:latest",
"postCreateCommand": "pip install -r requirements.txt",
"customizations": {
"vscode": {
Expand Down

0 comments on commit f0967ed

Please sign in to comment.