Skip to content

Commit

Permalink
🚀 Added segmentation code
Browse files Browse the repository at this point in the history
  • Loading branch information
amilworks committed Aug 31, 2023
1 parent 432b924 commit f6b2fa3
Show file tree
Hide file tree
Showing 5 changed files with 458 additions and 905 deletions.
2 changes: 1 addition & 1 deletion cells/streamlit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.10-slim-buster

# Run APT installs
RUN apt update && apt install -y git
RUN apt update && apt install -y git build-essential curl

# Set the working directory to /app
WORKDIR /app
Expand Down

This file was deleted.

Loading

0 comments on commit f6b2fa3

Please sign in to comment.