david-meltzer commited on
Commit
76c5257
·
2 Parent(s): 85aba76 f104b98

Merge branch 'main' of https://huggingface.co/spaces/dhmeltzer/semantic

Browse files
Files changed (3) hide show
  1. Dockerfile +0 -9
  2. Dockerrun.aws.json +0 -14
  3. requirements.txt +1 -1
Dockerfile DELETED
@@ -1,9 +0,0 @@
1
- FROM python:3.9-slim-buster
2
- COPY . /app
3
- WORKDIR /app
4
- RUN pip install --upgrade pip
5
- RUN pip install numpy==1.24.3
6
- RUN pip install -r requirements.txt
7
- EXPOSE 8501
8
- ENTRYPOINT ["streamlit","run"]
9
- CMD ["app.py"]
 
 
 
 
 
 
 
 
 
 
Dockerrun.aws.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "AWSEBDockerrunVersion": "1",
3
- "Image": {
4
- "Name": "dmeltzer/semanticv3",
5
- "Update": "true"
6
- },
7
- "Ports": [
8
- {
9
- "ContainerPort": 8501,
10
- "HostPort": 8501
11
- }
12
- ],
13
- "Logging": "/var/log/nginx"
14
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
requirements.txt CHANGED
@@ -4,4 +4,4 @@ transformers==4.29.0
4
  faiss-cpu
5
  folium
6
  streamlit==1.14.0
7
- -e .
 
4
  faiss-cpu
5
  folium
6
  streamlit==1.14.0
7
+ altair<5