cynnix69 commited on
Commit
72f5871
·
verified ·
1 Parent(s): 7c8c940

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -11
Dockerfile DELETED
@@ -1,11 +0,0 @@
1
- FROM python:3.9-slim
2
-
3
- # Install dependencies
4
- RUN apt-get update && apt-get install -y git && \
5
- pip install --no-cache-dir "git+https://github.com/microsoft/autogen.git#subdirectory=autogenstudio"
6
-
7
- # Expose the port
8
- EXPOSE 8000
9
-
10
- # Run AutoGen Studio
11
- CMD ["python", "-m", "autogenstudio"]