Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensElflein committed Oct 4, 2024
1 parent cf615c7 commit b3ef9b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
path: artifacts/
build-host-docker:
name: "Build Host Software Docker Image"
needs: pre-commit
runs-on: ubuntu-latest
defaults:
run:
Expand Down
1 change: 0 additions & 1 deletion host-software/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ COPY . .
RUN pip install --no-cache-dir -r requirements.txt

# Command to run your Python script along with the specified arguments
WORKDIR /workdir
ENTRYPOINT ["python", "main.py"]

0 comments on commit b3ef9b9

Please sign in to comment.