Dmitry Beresnev commited on
Commit
4257ee1
·
1 Parent(s): 64315f0

fix dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. README.md +0 -3
Dockerfile CHANGED
@@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y \
28
  libatspi2.0-0 \
29
  libxshmfence1 \
30
  # Utilities
 
31
  wget \
32
  ca-certificates \
33
  fonts-liberation \
 
28
  libatspi2.0-0 \
29
  libxshmfence1 \
30
  # Utilities
31
+ curl \
32
  wget \
33
  ca-certificates \
34
  fonts-liberation \
README.md CHANGED
@@ -5,11 +5,8 @@ colorFrom: blue
5
  colorTo: green
6
  sdk: docker
7
  app_port: 7860
8
- # sdk_version: 1.30.0
9
- # app_file: app/app.py
10
  pinned: false
11
  license: apache-2.0
12
- # python_version: 3.12
13
  short_description: Multi-asset analysis with OpenBB and AI insights
14
  ---
15
 
 
5
  colorTo: green
6
  sdk: docker
7
  app_port: 7860
 
 
8
  pinned: false
9
  license: apache-2.0
 
10
  short_description: Multi-asset analysis with OpenBB and AI insights
11
  ---
12