You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
However, following your installation page of Haskell Platform in Ubuntu, running this command line did end successfully on the Jetson: $ sudo apt-get install haskell-platform.
Here is what I get when I run the version commands:
user@user-desktop:~$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.0.2
user@user-desktop:~$ ghci --version
The Glorious Glasgow Haskell Compilation System, version 8.0.2
user@user-desktop:~$ cabal --version
cabal-install version 1.24.0.2
compiled using version 1.24.2.0 of the Cabal library
user@user-desktop:~$
So it seams that Haskell Platform does run on the Jetson, but what I need now is the arm64 Docker image.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
mstephano
changed the title
No Docker image for arm
No Docker image for arm64
Apr 23, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to have Hasura run on my Jetson Nano (https://developer.nvidia.com/embedded/jetson-nano-developer-kit) but it uses Haskell as base. Unfortunately, you do not provide an arm64 image in the Docker Hub so I cannot rebuild Hasura properly.
However, following your installation page of Haskell Platform in Ubuntu, running this command line did end successfully on the Jetson:
$ sudo apt-get install haskell-platform
.Here is what I get when I run the version commands:
So it seams that Haskell Platform does run on the Jetson, but what I need now is the arm64 Docker image.
Thank you in advance!
The text was updated successfully, but these errors were encountered: