Delete Dockerfile
Browse files- 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"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|