We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5740118 + ebe3063 commit fc808f0Copy full SHA for fc808f0
1 file changed
Dockerfile
@@ -90,8 +90,6 @@ RUN pip3 install --no-cache-dir --upgrade --force-reinstall git+git://github.com
90
git+git://github.com/keboola/sapi-python-client.git@0.4.0 \
91
keboola.component \
92
chardet\<4 \
93
- certifi\<2021.0.0 \
94
- idna\<3 \
95
&& mkdir -p /root/.cache/snowflake/ \
96
&& chown :users -R /home/default \
97
&& chmod a+rwx -R /home/default
@@ -101,3 +99,6 @@ ENV XDG_CACHE_HOME /tmp/
101
99
RUN MPLBACKEND=Agg python -c "import matplotlib.pyplot"
102
100
103
RUN pip3 check
+
+# show me the versions
104
+RUN pip3 freeze
0 commit comments