It is possible to find a finite upper bound for the derivatives of a "Flat function"?
From the comments looks like I have a conceptual mistake. Please explain where it is and why works different from my current believes. Thanks beforehand.
Intro________
In this another question I explored why the derivatives of Flat functions looks to grow so fast, and in this answer it is explained that it is indeed the case.
Following Wikipedia example: $$f(x) =\begin{cases} 0\,\,\,\quad,\, x=0 \\ \displaystyle{e^{-\frac{1}{x^2}}},\,x\neq 0 \end{cases}$$ this flat function is an example of a non-analytic smooth function like smooth bump functions are, so, because of being smooth all their derivatives must exist so they must be bounded on any compact finite-size interval on the real line, let call it $K$ (as in Wikipedia).
So, there should exist some constant $0\leq C<\infty$ such as $$C=\sup_{\begin{array}{c} x\,\in\, K\\ m\,\in\,\mathbb{Z_0^+}\end{array}}\left\|f^{(m)}(x)\right\|_{\infty}$$ with $\|f\|_\infty$ the uniform norm, and I think in this case I can also consider that $K\equiv (-\infty,\,+\infty)$, but let consider initially that $K:= [-10,\,10]$.
The problem is that this constant $C$ should exist for $f(x)$ since is smooth class $C^\infty$, but if I take their first derivatives, as done in the mentioned question, I can see their maximum values increases rapidly, even faster than a exponential function, as can be seen in Desmos: $$\begin{array}{c | c | l} m & \sup & \text{in the order of} \\ \hline 0 & f & \qquad\sim 1 \\ 1 & f' & \qquad\sim 1 \\ 2 & f'' & \qquad\sim 2^2 \\ 3 & f^{(3)} & \qquad\sim 2^4 \\ 4 & f^{(4)} & \qquad\sim 2^8 \\ 5 & f^{(5)} & \qquad\sim 2^{12} \\ 6 & f^{(6)} & \qquad\sim 2^{17} \\ 7 & f^{(7)} & \qquad\sim 2^{22} \\ \hline \end{array}$$ when already for $m=7$ the supreme is in the order of $2^{22} = 4,194,304$ so it look like is growing unbounded $C\overset{m\to\infty}{\to}\infty$, against the intuition given by it's smoothness.
Question________
It is possible to find $C=\sup \left\|f^{(m)}(x)\right\|_{\infty}$ for this example $f(x)$? Or at least to prove that $C<\infty$?