My attempt:
Given any $x\in [1,\infty)$, let $y = x+k$ for any $k>0$. Then
$|f(y)-f(x)| = \sqrt{(x+k)^3}-\sqrt{x^3} \geq\sqrt{(1+k)^3}-\sqrt{1}$
because $x\geq 1$ and $\sqrt{x^3}$ is a positive, increasing function on $[0,\infty)$.
We then have that
$\sqrt{(1+k)^3}-\sqrt{1} \geq \sqrt{1^3}+\sqrt{k^3}-\sqrt{1}=\sqrt{k^3}$
Hence, for any $|x-y|=k$, we have $|f(x)-f(y)|\geq\sqrt{k^3}$, showing this cannot be uniformly continuous.
I don't feel particularly confident about the last line especially. Does this make sense?
Any help appreciated!