ChickenMcSwag commited on
Commit
fc9e5d9
·
1 Parent(s): 1913e9d

fix home /app

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. README.md +0 -1
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM python:3.10-slim
3
  # Install system deps
4
  RUN apt-get update && apt-get install -y wget git && rm -rf /var/lib/apt/lists/*
5
 
 
6
  WORKDIR /app
7
 
8
  COPY requirements.txt .
 
3
  # Install system deps
4
  RUN apt-get update && apt-get install -y wget git && rm -rf /var/lib/apt/lists/*
5
 
6
+ ENV HOME=/app
7
  WORKDIR /app
8
 
9
  COPY requirements.txt .
README.md CHANGED
@@ -8,5 +8,4 @@ app_port: 7860
8
  pinned: false
9
  license: apache-2.0
10
  short_description: demo for uground
11
- code_editor: false
12
  ---
 
8
  pinned: false
9
  license: apache-2.0
10
  short_description: demo for uground
 
11
  ---