constantinSch commited on
Commit
05e5f4e
·
1 Parent(s): 5bd8c02

Update data and use the bucket instead of loading it into the repo

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. Dockerfile +1 -2
  3. evaluation_dataset.jsonl +0 -0
.gitignore CHANGED
@@ -3,3 +3,4 @@ __pycache__/
3
  *.pyc
4
  annotations.db
5
  .env
 
 
3
  *.pyc
4
  annotations.db
5
  .env
6
+ *_evaluation_dataset.jsonl
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN useradd -m -u 1000 user
6
  WORKDIR /app
7
 
8
  ENV PATH="/app/.venv/bin:$PATH"
9
- ENV DATASET_PATH="/app/evaluation_dataset.jsonl"
10
  ENV DB_PATH="/data/annotations.db"
11
 
12
  # Copy dependency files first (better layer caching)
@@ -15,7 +15,6 @@ RUN uv sync --locked
15
 
16
  COPY --chown=user app.py .
17
  COPY --chown=user index.html .
18
- COPY --chown=user evaluation_dataset.jsonl .
19
 
20
  # Persistent storage for annotations (enable in HF Space settings)
21
  RUN mkdir -p /data && chown user:user /data
 
6
  WORKDIR /app
7
 
8
  ENV PATH="/app/.venv/bin:$PATH"
9
+ ENV DATASET_PATH="/data/2026-04-20_evaluation_dataset.jsonl"
10
  ENV DB_PATH="/data/annotations.db"
11
 
12
  # Copy dependency files first (better layer caching)
 
15
 
16
  COPY --chown=user app.py .
17
  COPY --chown=user index.html .
 
18
 
19
  # Persistent storage for annotations (enable in HF Space settings)
20
  RUN mkdir -p /data && chown user:user /data
evaluation_dataset.jsonl DELETED
The diff for this file is too large to render. See raw diff