FreddyHernandez commited on
Commit
3f822d9
·
verified ·
1 Parent(s): 204c9d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -4,8 +4,7 @@ WORKDIR /code
4
 
5
  RUN install2.r --error \
6
  shiny \
7
- plotly \
8
- rgl
9
 
10
  COPY . .
11
 
 
4
 
5
  RUN install2.r --error \
6
  shiny \
7
+ plotly
 
8
 
9
  COPY . .
10