deepali1021 commited on
Commit
e66d38e
·
1 Parent(s): 0022a58

Added dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -32
Dockerfile CHANGED
@@ -1,34 +1,3 @@
1
- Hugging Face's logo
2
- Hugging Face
3
-
4
- Spaces:
5
-
6
- lsy9874205
7
- /
8
- assignment15
9
-
10
- like
11
- 0
12
- App
13
- Files
14
- Community
15
- assignment15
16
- /
17
- Dockerfile
18
-
19
- lsy9874205's picture
20
- lsy9874205
21
- initial files
22
- d58f81a
23
- raw
24
-
25
- Copy download link
26
- history
27
- blame
28
- contribute
29
- delete
30
-
31
- 700 Bytes
32
  # Get a distribution that has uv already installed
33
  FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim
34
 
@@ -57,4 +26,4 @@ RUN uv sync
57
  EXPOSE 7860
58
 
59
  # Run the app
60
- CMD ["uv", "run", "chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Get a distribution that has uv already installed
2
  FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim
3
 
 
26
  EXPOSE 7860
27
 
28
  # Run the app
29
+ CMD ["uv", "run", "chainlit", "run", "solution_app.py", "--host", "0.0.0.0", "--port", "7860"]