vkt1414 commited on
Commit
daa9d1f
1 Parent(s): c321811

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -23,9 +23,6 @@ COPY --chown=user . $HOME/app
23
  # Install any needed packages specified in requirements.txt
24
  RUN pip install --no-cache-dir -r requirements.txt
25
 
26
- # Install Apache Superset
27
- RUN pip install apache-superset
28
-
29
  # Initialize the database
30
  RUN superset db upgrade
31
 
 
23
  # Install any needed packages specified in requirements.txt
24
  RUN pip install --no-cache-dir -r requirements.txt
25
 
 
 
 
26
  # Initialize the database
27
  RUN superset db upgrade
28