XThomasBU commited on
Commit
da88571
1 Parent(s): e19e333
Files changed (3) hide show
  1. Dockerfile.dev +2 -2
  2. README.md +1 -1
  3. requirements.txt +24 -26
Dockerfile.dev CHANGED
@@ -25,7 +25,7 @@ RUN mkdir /.cache && chmod -R 777 /.cache
25
  WORKDIR /code/code
26
 
27
  # Expose the port the app runs on
28
- EXPOSE 8051
29
 
30
  # Default command to run the application
31
- CMD ["sh", "-c", "python -m modules.vectorstore.store_manager && chainlit run main.py --host 0.0.0.0 --port 8051"]
 
25
  WORKDIR /code/code
26
 
27
  # Expose the port the app runs on
28
+ EXPOSE 8000
29
 
30
  # Default command to run the application
31
+ CMD ["sh", "-c", "python -m modules.vectorstore.store_manager && chainlit run main.py --host 0.0.0.0 --port 8000"]
README.md CHANGED
@@ -76,7 +76,7 @@ The HuggingFace Space is built using the `Dockerfile` in the repository. To run
76
 
77
  ```bash
78
  docker build --tag dev -f Dockerfile.dev .
79
- docker run -it --rm -p 8051:8051 dev
80
  ```
81
 
82
  ## Contributing
 
76
 
77
  ```bash
78
  docker build --tag dev -f Dockerfile.dev .
79
+ docker run -it --rm -p 8000:8000 dev
80
  ```
81
 
82
  ## Contributing
requirements.txt CHANGED
@@ -1,27 +1,25 @@
1
- # Automatically generated by https://github.com/damnever/pigar.
2
-
3
- aiohttp==3.9.5
4
- beautifulsoup4==4.12.3
5
- chainlit==1.1.304
6
- langchain==0.1.20
7
- langchain-community==0.0.38
8
- langchain-core==0.1.52
9
- literalai==0.0.604
10
- llama-parse==0.4.4
11
- numpy==1.26.4
12
- pandas==2.2.2
13
- pysrt==1.1.2
14
- python-dotenv==1.0.1
15
- PyYAML==6.0.1
16
- RAGatouille==0.0.8.post2
17
- requests==2.32.3
18
- scikit-learn==1.5.0
19
- torch==2.3.1
20
- tqdm==4.66.4
21
- transformers==4.41.2
22
- trulens_eval==0.31.0
23
- umap-learn==0.5.6
24
- trulens-eval==0.31.0
25
- llama-cpp-python==0.2.77
26
- pymupdf==1.24.5
27
  websockets
 
 
1
+ aiohttp
2
+ beautifulsoup4
3
+ chainlit
4
+ langchain
5
+ langchain-community
6
+ langchain-core
7
+ literalai
8
+ llama-parse
9
+ numpy
10
+ pandas
11
+ pysrt
12
+ python-dotenv
13
+ PyYAML
14
+ RAGatouille
15
+ requests
16
+ scikit-learn
17
+ torch
18
+ tqdm
19
+ transformers
20
+ trulens_eval
21
+ umap-learn
22
+ llama-cpp-python
23
+ pymupdf
 
 
 
24
  websockets
25
+ langchain-openai