Spaces:
Runtime error
Runtime error
Anooj
commited on
Commit
•
a1e5d79
1
Parent(s):
66ea719
remove precompile for now
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,6 +18,6 @@ ENV WSPORT "8000"
|
|
18 |
RUN julia -e 'using Pkg; Pkg.add(url="https://github.com/anoojpatel/Chess.jl"); Pkg.activate("."); Pkg.add("Stipple"); Pkg.precompile()'
|
19 |
|
20 |
# Compile app
|
21 |
-
RUN julia --project make.jl
|
22 |
|
23 |
ENTRYPOINT julia --project -e 'using Pkg; Pkg.instantiate(); using Genie; Genie.loadapp(); up(async=false);;'
|
|
|
18 |
RUN julia -e 'using Pkg; Pkg.add(url="https://github.com/anoojpatel/Chess.jl"); Pkg.activate("."); Pkg.add("Stipple"); Pkg.precompile()'
|
19 |
|
20 |
# Compile app
|
21 |
+
#RUN julia --project make.jl
|
22 |
|
23 |
ENTRYPOINT julia --project -e 'using Pkg; Pkg.instantiate(); using Genie; Genie.loadapp(); up(async=false);;'
|