chetantiwari commited on
Commit
02c6172
Β·
1 Parent(s): d798d30

Resolve merge conflict in README.md

Browse files
Files changed (2) hide show
  1. Dockerfile +0 -23
  2. README.md +1 -14
Dockerfile DELETED
@@ -1,23 +0,0 @@
1
- FROM python:3.9-slim
2
-
3
- WORKDIR /app
4
-
5
- # Install system dependencies including libGL
6
- RUN apt-get update && apt-get install -y \
7
- libgl1 \
8
- libglib2.0-0 \
9
- libsm6 \
10
- libxext6 \
11
- libxrender-dev \
12
- libgomp1 \
13
- && rm -rf /var/lib/apt/lists/*
14
-
15
-
16
- COPY requirements.txt .
17
- RUN pip install --no-cache-dir -r requirements.txt
18
-
19
- COPY . .
20
-
21
- EXPOSE 7860
22
-
23
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md CHANGED
@@ -1,4 +1,3 @@
1
- <<<<<<< HEAD
2
  ---
3
  title: Clothing Attribute Detection
4
  emoji: "πŸ‘•"
@@ -8,16 +7,4 @@ sdk: "docker"
8
  sdk_version: "latest"
9
  app_file: "Dockerfile"
10
  pinned: false
11
- ---
12
- =======
13
- ---
14
- title: Clothing Attribute Detection
15
- emoji: "πŸ‘•"
16
- colorFrom: "blue"
17
- colorTo: "green"
18
- sdk: "docker"
19
- sdk_version: "latest"
20
- app_file: "Dockerfile"
21
- pinned: false
22
- ---
23
- >>>>>>> cb600bb7c71123c0b5b011b69e8b5345b1468115
 
 
1
  ---
2
  title: Clothing Attribute Detection
3
  emoji: "πŸ‘•"
 
7
  sdk_version: "latest"
8
  app_file: "Dockerfile"
9
  pinned: false
10
+ ---