# How to setup Julia & Flux with CUDA & cuDNN on a computing cluster?

**URL:** https://discourse.julialang.org/t/how-to-setup-julia-flux-with-cuda-cudnn-on-a-computing-cluster/30165
**Category:** New to Julia
**Tags:** question, packages, flux
**Created:** [October 22, 2019, 11:30am UTC](https://discourse.julialang.org/t/how-to-setup-julia-flux-with-cuda-cudnn-on-a-computing-cluster/30165 "2019-10-22T11:30:22Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![dmolina](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dmolina/32/5246_2.png) [@dmolina](https://discourse.julialang.org/u/dmolina)
#### Post date: [October 22, 2019, 11:40am UTC](https://discourse.julialang.org/t/how-to-setup-julia-flux-with-cuda-cudnn-on-a-computing-cluster/30165/2 "2019-10-22T11:40:22Z")

</div>

Check that there is not a proxy in the cluster. In that case, you should have to configurate github for allowing to download, see:

> [@how to make julia install a curl that respects the proxy?](https://discourse.julialang.org/t/how-to-make-julia-install-a-curl-that-respects-the-proxy/19891):
>
> I’m building Julia 1.0.3 (and probably 0.7.0) for deployment on a KNL cluster which sits behind a proxy. Cross-compilation succeeds and julia repl runs, as long as there is no need to load dependencies (e.g. MPI) at run-time. We are able to run git and curl from command line on these systems, but julia appears to be installing it’s own versions of these, and they are unable to navigate the proxy; support is explicitly disabled in curl. The error returned in the repl is: (v1.0) pkg\> add MPI C…

Has the cluster access to internet? If not, that could have a more difficult solution.

---

_[View the full topic](https://discourse.julialang.org/t/how-to-setup-julia-flux-with-cuda-cudnn-on-a-computing-cluster/30165)._
