JumaRubea commited on
Commit
80b7de3
·
verified ·
1 Parent(s): 46eaf40

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10-slim
5
  WORKDIR /app
6
 
7
  # Install system dependencies (for transformers, torch, sqlite)
8
- RUN apt-get update && apt-get install -y \
9
  build-essential \
10
  curl \
11
  software-properties-common \
 
5
  WORKDIR /app
6
 
7
  # Install system dependencies (for transformers, torch, sqlite)
8
+ RUN apt update && apt install -y \
9
  build-essential \
10
  curl \
11
  software-properties-common \