Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container fails to build #46

Open
tjkuson opened this issue Sep 26, 2022 · 1 comment
Open

Container fails to build #46

tjkuson opened this issue Sep 26, 2022 · 1 comment
Assignees
Labels
🚫 Blocked Requires the completion of another issue 🐛 Bug Something isn't working UX User Experience

Comments

@tjkuson
Copy link

tjkuson commented Sep 26, 2022

Container fails to build on step 14:

Step 14/39 : RUN svn checkout svn://zedbluffer@svn.code.sf.net/p/gvirtualxray/code/branches/use-xraylib gvirtualxray-code
 ---> Running in ddcf8c077075
svn: E170000: URL 'svn://zedbluffer@svn.code.sf.net/p/gvirtualxray/code/branches/use-xraylib' doesn't exist
Error response from daemon: The command '/bin/sh -c svn checkout svn://zedbluffer@svn.code.sf.net/p/gvirtualxray/code/branches/use-xraylib gvirtualxray-code' returned a non-zero code: 1
Build completed

Unable to find an image for introspection

This error was reproduced on both Fedora Linux and Windows 10 and on multiple network connections.

@WYVERN2742 WYVERN2742 self-assigned this Sep 26, 2022
@WYVERN2742 WYVERN2742 added the 🚫 Blocked Requires the completion of another issue label Sep 26, 2022
@WYVERN2742
Copy link
Contributor

Hi, thanks for the issue!

Currently, docker support is still in WIP, and will likely be completed some time next month,
for the moment the way to install the project is as follows:

  • Pull this reposity with git
  • Install and activate the conda environment from environment.yml
  • Install frontend dependencies using npm install
  • Use npm run serve to start the server
  • Use the link in the terminal to open your web browser

The current development work on docker is tracked on a pull request: #44

@WYVERN2742 WYVERN2742 added the 🐛 Bug Something isn't working label Sep 26, 2022
@WYVERN2742 WYVERN2742 added the UX User Experience label Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚫 Blocked Requires the completion of another issue 🐛 Bug Something isn't working UX User Experience
Projects
None yet
Development

No branches or pull requests

2 participants