Skip to content

Commit

Permalink
cchmod
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Jan 5, 2024
1 parent 9f7903b commit 3bdca68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion si_kilosort25/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ COPY *.py ./
COPY requirements.txt ./
RUN pip install -r requirements.txt

# Give execution permission to /app/main.py
RUN chmod +x /app/main.py

# Set the entrypoint
ENTRYPOINT ["python", "/app/main.py"]
# ENTRYPOINT ["python", "/app/main.py"]

0 comments on commit 3bdca68

Please sign in to comment.