Skip to content

Commit

Permalink
typo in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei committed Mar 11, 2024
1 parent cc35a0a commit 6cec23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN pip install pystan==2.19.1.1 \
&& pip install prophet

# Resolving various dependency issues
RUN pip install holidays=='<0.18,>=0.17.2'
RUN pip install 'holidays<0.18,>=0.17.2'

# Switching back to using the `superset` user
USER superset

0 comments on commit 6cec23c

Please sign in to comment.