Skip to content

Commit

Permalink
Workaround for bug in bokeh
Browse files Browse the repository at this point in the history
  • Loading branch information
snipem committed Aug 26, 2023
1 parent ebe843d commit 9c3b5ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY . .

# This is a bug in bokeh: https://github.com/bokeh/bokeh/issues/13170
# FIXME remove me later
ENV BOKEH_RESOURCES=cdn

ADD https://raw.githubusercontent.com/ddm999/gt7info/web-new/_data/db/cars.csv db/cars.csv
RUN chmod -R 755 db

Expand Down

0 comments on commit 9c3b5ab

Please sign in to comment.