Skip to content

Commit

Permalink
fixed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benhamner committed Jan 26, 2015
1 parent a264a18 commit 8b8891b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ RUN julia -e 'Pkg.clone("https://github.com/benhamner/MachineLearning.jl"); Pkg
RUN julia -e 'Pkg.pin("MachineLearning")'
RUN julia -e 'using MachineLearning; @assert isdefined(:MachineLearning); @assert typeof(MachineLearning) === Module'

CMD ["julia /root/.julia/v0.4/MachineLearning/test/runtests.jl"]
CMD ["julia", "/root/.julia/v0.4/MachineLearning/test/runtests.jl"]

0 comments on commit 8b8891b

Please sign in to comment.