Pfaffencode commited on
Commit
f2fdb8d
·
verified ·
1 Parent(s): 71dc082

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -10,7 +10,6 @@ CMD ["streamlit", "run", "app.py"]
10
  RUN apt-get update && apt-get install -y \
11
  build-essential \
12
  curl \
13
- software-properties-common \
14
  git \
15
  && rm -rf /var/lib/apt/lists/*
16
 
 
10
  RUN apt-get update && apt-get install -y \
11
  build-essential \
12
  curl \
 
13
  git \
14
  && rm -rf /var/lib/apt/lists/*
15