Spaces:
Runtime error
Runtime error
Anooj
commited on
Commit
•
75b8ae9
1
Parent(s):
8a1bc30
Update the chess package in the manifest
Browse files- Dockerfile +2 -0
- Manifest.toml +14 -9
Dockerfile
CHANGED
@@ -34,6 +34,8 @@ ENV GENIE_HOST "0.0.0.0"
|
|
34 |
ENV PORT "8000"
|
35 |
ENV WSPORT "8000"
|
36 |
|
|
|
|
|
37 |
RUN julia -e 'using Pkg; Pkg.add(url="https://github.com/anoojpatel/Chess.jl"); Pkg.activate("."); Pkg.add("Stipple"); Pkg.precompile()'
|
38 |
|
39 |
# Compile app
|
|
|
34 |
ENV PORT "8000"
|
35 |
ENV WSPORT "8000"
|
36 |
|
37 |
+
# weird behavior with ungreistred packages pulled from git. paths end up not initializing when main branch changes. very hacky work around
|
38 |
+
# which requires rebuilding the manifest
|
39 |
RUN julia -e 'using Pkg; Pkg.add(url="https://github.com/anoojpatel/Chess.jl"); Pkg.activate("."); Pkg.add("Stipple"); Pkg.precompile()'
|
40 |
|
41 |
# Compile app
|
Manifest.toml
CHANGED
@@ -43,7 +43,7 @@ version = "0.1.4"
|
|
43 |
|
44 |
[[deps.Chess]]
|
45 |
deps = ["Crayons", "Dates", "DefaultApplication", "Hiccup", "JSON", "Printf", "Random", "Revise", "SQLite", "StaticArrays", "StatsBase", "UUIDs"]
|
46 |
-
git-tree-sha1 = "
|
47 |
repo-rev = "master"
|
48 |
repo-url = "https://github.com/anoojpatel/Chess.jl.git"
|
49 |
uuid = "717200cc-f167-4fd3-b4bf-b5e480529844"
|
@@ -239,9 +239,9 @@ version = "0.5.1"
|
|
239 |
|
240 |
[[deps.InlineStrings]]
|
241 |
deps = ["Parsers"]
|
242 |
-
git-tree-sha1 = "
|
243 |
uuid = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
|
244 |
-
version = "1.
|
245 |
|
246 |
[[deps.InteractiveUtils]]
|
247 |
deps = ["Markdown"]
|
@@ -536,10 +536,10 @@ uuid = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
|
|
536 |
version = "1.6.0"
|
537 |
|
538 |
[[deps.SQLite_jll]]
|
539 |
-
deps = ["Artifacts", "JLLWrappers", "Libdl", "
|
540 |
-
git-tree-sha1 = "
|
541 |
uuid = "76ed43ae-9a5d-5a62-8c75-30186b810ce8"
|
542 |
-
version = "3.
|
543 |
|
544 |
[[deps.Scratch]]
|
545 |
deps = ["Dates"]
|
@@ -574,10 +574,15 @@ deps = ["LinearAlgebra", "Random"]
|
|
574 |
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
575 |
|
576 |
[[deps.StaticArrays]]
|
577 |
-
deps = ["LinearAlgebra", "Random", "Statistics"]
|
578 |
-
git-tree-sha1 = "
|
579 |
uuid = "90137ffa-7385-5640-81b9-e52037218182"
|
580 |
-
version = "
|
|
|
|
|
|
|
|
|
|
|
581 |
|
582 |
[[deps.Statistics]]
|
583 |
deps = ["LinearAlgebra", "SparseArrays"]
|
|
|
43 |
|
44 |
[[deps.Chess]]
|
45 |
deps = ["Crayons", "Dates", "DefaultApplication", "Hiccup", "JSON", "Printf", "Random", "Revise", "SQLite", "StaticArrays", "StatsBase", "UUIDs"]
|
46 |
+
git-tree-sha1 = "5d88ea586f59d019f681ecc3bc4af607d44db1d0"
|
47 |
repo-rev = "master"
|
48 |
repo-url = "https://github.com/anoojpatel/Chess.jl.git"
|
49 |
uuid = "717200cc-f167-4fd3-b4bf-b5e480529844"
|
|
|
239 |
|
240 |
[[deps.InlineStrings]]
|
241 |
deps = ["Parsers"]
|
242 |
+
git-tree-sha1 = "9cc2baf75c6d09f9da536ddf58eb2f29dedaf461"
|
243 |
uuid = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
|
244 |
+
version = "1.4.0"
|
245 |
|
246 |
[[deps.InteractiveUtils]]
|
247 |
deps = ["Markdown"]
|
|
|
536 |
version = "1.6.0"
|
537 |
|
538 |
[[deps.SQLite_jll]]
|
539 |
+
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
|
540 |
+
git-tree-sha1 = "54d66b0f69f4578f4988fc08d579783fcdcd764f"
|
541 |
uuid = "76ed43ae-9a5d-5a62-8c75-30186b810ce8"
|
542 |
+
version = "3.41.0+0"
|
543 |
|
544 |
[[deps.Scratch]]
|
545 |
deps = ["Dates"]
|
|
|
574 |
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
575 |
|
576 |
[[deps.StaticArrays]]
|
577 |
+
deps = ["LinearAlgebra", "Random", "StaticArraysCore", "Statistics"]
|
578 |
+
git-tree-sha1 = "b8d897fe7fa688e93aef573711cb207c08c9e11e"
|
579 |
uuid = "90137ffa-7385-5640-81b9-e52037218182"
|
580 |
+
version = "1.5.19"
|
581 |
+
|
582 |
+
[[deps.StaticArraysCore]]
|
583 |
+
git-tree-sha1 = "6b7ba252635a5eff6a0b0664a41ee140a1c9e72a"
|
584 |
+
uuid = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
|
585 |
+
version = "1.4.0"
|
586 |
|
587 |
[[deps.Statistics]]
|
588 |
deps = ["LinearAlgebra", "SparseArrays"]
|